{
{std::type_index(typeid(bool)), "b"},
{std::type_index(typeid(char)), "i"},
{std::type_index(typeid(signed char)), "i"},
{std::type_index(typeid(unsigned char)), "i"},
{std::type_index(typeid(short)), "i"},
{std::type_index(typeid(unsigned short)), "i"},
{std::type_index(typeid(int)), "i"},
{std::type_index(typeid(unsigned int)), "i"},
{std::type_index(typeid(long int)), "i"},
{std::type_index(typeid(unsigned long int)), "i"},
{std::type_index(typeid(long long int)), "i"},
{std::type_index(typeid(unsigned long long int)),
"i"},
{std::type_index(typeid(float)), "f"},
{std::type_index(typeid(double)), "f"},
{std::type_index(typeid(std::string)), "s"},
{std::type_index(typeid(const char *)), "s|n"},
{std::type_index(typeid(attr_value_t)), "a"},
}
Represents Simics C type conf_object_t.
Definition: conf-object.h:38