net-cpp  2.0.0
C++11 library for networking purposes
core::Location Struct Reference

#include <location.h>

+ Collaboration diagram for core::Location:

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 {}
 

Detailed Description

Definition at line 25 of file location.h.

Member Function Documentation

std::string core::Location::print_with_what ( const std::string &  what) const

Member Data Documentation

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.


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