net-cpp ..
C++11 library for networking purposes
|
#include <location.h>
Public Member Functions | |
std::string | print_with_what (const std::string &what) const |
Public Attributes | |
std::string | file {} |
std::string | function {} |
std::size_t | line {} |
Definition at line 25 of file location.h.
std::string core::Location::print_with_what | ( | const std::string & | what | ) | const |
std::string core::Location::file {} |
Definition at line 29 of file location.h.
std::string core::Location::function {} |
Definition at line 30 of file location.h.
std::size_t core::Location::line {} |
Definition at line 31 of file location.h.