ifw-core  5.0.0-pre2
Namespaces | Functions
defines.cpp File Reference
#include <core/utils/string/string.hpp>
#include <core/dit/did/defines.hpp>

Namespaces

 core
 
 core::dit
 
 core::dit::did
 

Functions

log4cplus::Logger & core::dit::did::Logger ()
 
DataType core::dit::did::DataTypeToNum (const std::string &type)
 Map type from string to numeric representation. More...
 
std::string core::dit::did::DataTypeToStr (const DataType type)
 Map type from numeric to string representation. More...
 
std::string core::dit::did::RecFieldToStr (const RecField field)
 Map record field from numeric to string representation. More...
 
RecField core::dit::did::RecFieldToNum (const std::string &field)
 Map record field from string to numeric representation. More...