Adbase
Adinf C++ base library V2
|
#include <Logging.hpp>
Public Member Functions | |
template<int N> | |
SourceFile (const char(&arr)[N]) | |
SourceFile (const char *filename) | |
Public Attributes | |
const char * | _data |
int | _size |
Definition at line 34 of file Logging.hpp.
|
inline |
Definition at line 37 of file Logging.hpp.
|
inlineexplicit |
Definition at line 47 of file Logging.hpp.
const char* adbase::Logger::SourceFile::_data |
Definition at line 56 of file Logging.hpp.
Referenced by adbase::operator<<(), and SourceFile().
int adbase::Logger::SourceFile::_size |
Definition at line 57 of file Logging.hpp.
Referenced by adbase::operator<<(), and SourceFile().