|
ifw-core 6.0.0
|
#include <type_traits>#include <ifw/core/utils/string/string.hpp>#include <ifw/core/dit/did/defines.hpp>Namespaces | |
| namespace | ifw |
| namespace | ifw::core |
| namespace | ifw::core::dit |
| namespace | ifw::core::dit::did |
Functions | |
| log4cplus::Logger & | ifw::core::dit::did::Logger () |
| DataType | ifw::core::dit::did::DataTypeToNum (const std::string &type) |
| Map type from string to numeric representation. | |
| std::string | ifw::core::dit::did::DataTypeToStr (const DataType type) |
| Map type from numeric to string representation. | |
| std::string | ifw::core::dit::did::RecFieldToStr (const RecField field) |
| Map record field from numeric to string representation. | |
| RecField | ifw::core::dit::did::RecFieldToNum (const std::string &field) |
| Map record field from string to numeric representation. | |