Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
icl::utils::ConfigFile::Maps Struct Reference

internally used type map class More...

List of all members.

Public Attributes

std::map< std::string,
std::string > 
typeMap
 key: rttiType (e.g. i), value: written type (e.g. int)
std::map< std::string,
std::string > 
typeMapReverse
 reverse ordered map here, key is written type, and value is rtti-type

Detailed Description

internally used type map class


Member Data Documentation

std::map<std::string,std::string> icl::utils::ConfigFile::Maps::typeMap

key: rttiType (e.g. i), value: written type (e.g. int)

std::map<std::string,std::string> icl::utils::ConfigFile::Maps::typeMapReverse

reverse ordered map here, key is written type, and value is rtti-type


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines