#include <caller_context.hpp>
Public Member Functions | |
caller_context_t (const char *filename, unsigned lineno, const char *func) | |
Public Attributes | |
const char * | filename |
unsigned | lineno |
const char * | func |
|
inline |
const char* boost::caller_context_t::filename |
Referenced by boost::operator<<().
const char* boost::caller_context_t::func |
Referenced by boost::operator<<().
unsigned boost::caller_context_t::lineno |
Referenced by boost::operator<<().