Honeycomb
0.1
Component-Model Framework
|
Info about source where exception was thrown. More...
#include <Exception.h>
Public Member Functions | |
Source () | |
Source (const char *func, const char *file, int line) | |
Exception & | operator<< (Exception &e) |
Exception && | operator<< (Exception &&e) |
Public Attributes | |
const char * | func |
const char * | file |
int | line |
Friends | |
ostream & | operator<< (ostream &os, const Source &source) |
Info about source where exception was thrown.
|
inline |
|
inline |
|
friend |
const char* honey::Exception::Source::file |
const char* honey::Exception::Source::func |
int honey::Exception::Source::line |