Image Component Library (ICL)
Public Attributes | List of all members
icl::utils::ConfigFile::Maps Struct Reference

internally used type map class More...

Public Attributes

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

Detailed Description

internally used type map class

Member Data Documentation

◆ typeMap

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

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

◆ typeMapReverse

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: