![]() |
Cinder
0.9.1
|
#include <Log.h>
Public Member Functions | |
Location () | |
Location (const std::string &functionName, const std::string &fileName, const size_t &lineNumber) | |
const std::string & | getFileName () const |
const std::string & | getFunctionName () const |
size_t | getLineNumber () const |
cinder::log::Location::Location | ( | ) |
cinder::log::Location::Location | ( | const std::string & | functionName, |
const std::string & | fileName, | ||
const size_t & | lineNumber | ||
) |
const std::string& cinder::log::Location::getFileName | ( | ) | const |
const std::string& cinder::log::Location::getFunctionName | ( | ) | const |
size_t cinder::log::Location::getLineNumber | ( | ) | const |