net-cpp
2.0.0
C++11 library for networking purposes
|
#include <string>
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) |
#define CORE_FROM_HERE | ( | ) | core::from_here(__FILE__, __FUNCTION__, __LINE__) |
Definition at line 37 of file location.h.