CppCommon
1.0.4.1
C++ Common Library
|
Source location definition. More...
Go to the source code of this file.
Classes | |
class | CppCommon::SourceLocation |
Source location. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Macros | |
#define | __LOCATION__ CppCommon::SourceLocation(__FILE__, __LINE__) |
Current source location macro. More... | |
Source location definition.
Definition in file source_location.h.
#define __LOCATION__ CppCommon::SourceLocation(__FILE__, __LINE__) |
Current source location macro.
Create a new source location with a current file name and line number.
Definition at line 23 of file source_location.h.