armarx::aron::data::defaultconversion::typeinfo Namespace Reference

Variables

const std::map< size_t, DescriptorTypeId2Descriptor
 

Variable Documentation

◆ TypeId2Descriptor

const std::map<size_t, Descriptor> TypeId2Descriptor
Initial value:
= {
{typeid(aron::data::dto::List).hash_code(), Descriptor::LIST},
{typeid(aron::data::dto::Dict).hash_code(), Descriptor::DICT},
{typeid(aron::data::dto::NDArray).hash_code(), Descriptor::NDARRAY},
{typeid(aron::data::dto::AronInt).hash_code(), Descriptor::INT},
{typeid(aron::data::dto::AronFloat).hash_code(), Descriptor::FLOAT},
{typeid(aron::data::dto::AronLong).hash_code(), Descriptor::LONG},
{typeid(aron::data::dto::AronDouble).hash_code(), Descriptor::DOUBLE},
{typeid(aron::data::dto::AronString).hash_code(), Descriptor::STRING},
{typeid(aron::data::dto::AronBool).hash_code(), Descriptor::BOOL},
}

Definition at line 242 of file Descriptor.h.

armarx::VariantType::List
const VariantContainerType List
Definition: SingleTypeVariantList.h:191