OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
errorAndLog.hpp File Reference
#include <atomic>
#include <mutex>
#include <sstream>
#include <string>
#include <vector>
#include <openpose/core/macros.hpp>
#include <openpose/utilities/enumClasses.hpp>

Go to the source code of this file.

Classes

class  op::ConfigureError
 
class  op::ConfigureLog
 

Namespaces

 op
 

Functions

template<typename T >
std::string op::tToString (const T &message)
 
OP_API void op::error (const std::string &message, const int line=-1, const std::string &function="", const std::string &file="")
 
template<typename T >
void op::error (const T &message, const int line=-1, const std::string &function="", const std::string &file="")
 
OP_API void op::log (const std::string &message, const Priority priority=Priority::Max, const int line=-1, const std::string &function="", const std::string &file="")
 
template<typename T >
void op::log (const T &message, const Priority priority=Priority::Max, const int line=-1, const std::string &function="", const std::string &file="")
 
template<typename T >
void op::dLog (const T &message, const Priority priority=Priority::Max, const int line=-1, const std::string &function="", const std::string &file="")