|
Public Member Functions |
void | message (const std::string &message, messageType_e type=MESSAGE, const std::string &className="", const std::string &functionName="", const std::string &file="", int line=0) |
template<class T> |
void | value (const std::string &varName, T &value, const std::string &className="", const std::string &functionName="", const std::string &file="", int line=0) |
template<class T> |
void | valueNotRef (const std::string &varName, T value, const std::string &className="", const std::string &functionName="", const std::string &file="", int line=0) |
template<class Iterator> |
void | value (const std::string &varName, Iterator beginIterator, Iterator endIterator, const std::string &className="", const std::string &functionName="", const std::string &file="", int line=0) |
template<class Iterator> |
void | mapValue (const std::string &varName, Iterator beginIterator, Iterator endIterator, const std::string &className="", const std::string &functionName="", const std::string &file="", int line=0) |
Static Public Member Functions |
static boost::shared_ptr<
Debug > | create (const std::string &project) |