net-cpp  ..
C++11 library for networking purposes
location.h File Reference
#include <string>
+ Include dependency graph for location.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  core::Location
 

Namespaces

 core
 

Macros

#define CORE_FROM_HERE()   core::from_here(__FILE__, __FUNCTION__, __LINE__)
 

Functions

Location core::from_here (const std::string &file, const std::string &function, std::size_t line)
 

Macro Definition Documentation

◆ CORE_FROM_HERE

#define CORE_FROM_HERE ( )    core::from_here(__FILE__, __FUNCTION__, __LINE__)

Definition at line 38 of file location.h.