sisi4s
|
#include <string>
#include <sstream>
#include <ostream>
Go to the source code of this file.
Classes | |
class | sisi4s::SourceLocation |
Namespaces | |
namespace | sisi4s |
Macros | |
#define | SOURCE_LOCATION SourceLocation(__FILE__, __LINE__) |
Functions | |
std::ostream & | sisi4s::operator<< (std::ostream &stream, SourceLocation const &l) |
#define SOURCE_LOCATION SourceLocation(__FILE__, __LINE__) |