Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::caller_context_t Struct Reference

#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
 

Constructor & Destructor Documentation

boost::caller_context_t::caller_context_t ( const char *  filename,
unsigned  lineno,
const char *  func 
)
inline

Member Data Documentation

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<<().


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