ifw
0.0.1-dev
|
#include <sstream>
#include <typeinfo>
#include "ctd/defines/defines.hpp"
Namespaces | |
ctd | |
Conversion source file. | |
ctd::defines | |
Functions | |
const std::map< DataType, std::string > & | ctd::defines::DataTypesNbMap () |
Return reference to data types numeric to string map. More... | |
const std::map< std::string, DataType > & | ctd::defines::DataTypesNameMap () |
Return reference to data types numeric to string map. 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... | |
const std::map< DataType, std::string > & | ctd::defines::DataType2TypeIdMap () |
Return reference to data types numeric to string map. More... | |
const std::map< std::string, DataType > & | ctd::defines::TypeId2DataTypeMap () |
Return reference to data types numeric to string map. 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.