atlas
Public Member Functions | Friends | List of all members
atlas::CodeLocation Class Reference

Public Member Functions

 CodeLocation (const CodeLocation &loc)
 
 CodeLocation (const eckit::CodeLocation &loc)
 
 CodeLocation (const char *file, int line, const char *function, bool store=false)
 
 operator const eckit::CodeLocation & () const
 
 operator bool () const
 conversion to bool for checking if location was set
 
std::string asString () const
 
int line () const
 accessor to line
 
const char * file () const
 accessor to file
 
const char * func () const
 accessor to function
 

Friends

std::ostream & operator<< (std::ostream &s, const CodeLocation &loc)
 

The documentation for this class was generated from the following file: