![]() |
XTL
0.1
eXtended Template Library
|
Contains information about the location of source code Used in error reporting and logging. More...
Collaboration diagram for xtd::source_location:Public Member Functions | |
| source_location (const char *File, int Line) | |
| source_location (const source_location &src) | |
| const char * | file () const |
| int | line () const |
| bool | operator< (const source_location &src) const |
| source_location & | operator= (const source_location &src) |
| bool | operator== (const source_location &src) const |
Contains information about the location of source code Used in error reporting and logging.
Definition at line 17 of file source_location.hpp.