|
ifw-core
2.0.0
|
#include <sstream>#include <typeinfo>#include <boost/uuid/uuid.hpp>#include <boost/uuid/uuid_generators.hpp>#include <boost/uuid/uuid_io.hpp>#include "ctd/defines/defines.hpp"Namespaces | |
| ctd | |
| ctd::defines | |
Functions | |
| std::string | ctd::defines::GenUniqueId (const std::string &prefix="") |
| Generate a unique UUID based ID. A prefix may be prepended, if requested. More... | |
| DataType | ctd::defines::IfwDataTypeToNumeric (const std::string &data_type) |
| Data type IFW string representation to IFW numeric representation. More... | |
| std::string | ctd::defines::IfwDataTypeToString (const DataType data_type) |
| Data type IFW numeric representation to IFW string representation. More... | |
| void | IFW_DEBUG (const char *format,...) |
| Print out a temporary debug log. These kind of logs should be removed from the code. More... | |
| void IFW_DEBUG | ( | const char * | format, |
| ... | |||
| ) |
Print out a temporary debug log. These kind of logs should be removed from the code.
1.8.5