XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
source_location.hpp File Reference

maintains info about locations within source code More...

+ Include dependency graph for source_location.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::source_location
 Contains information about the location of source code Used in error reporting and logging. More...
 

Namespaces

 xtd
 The main namespace of the XTL library.
 

Macros

#define here()   xtd::source_location(__FILE__,__LINE__)
 

Detailed Description

maintains info about locations within source code

Definition in file source_location.hpp.