|
Namespaces | |
detail | |
Classes | |
class | CoreSegment |
base::CoreSegmentBase More... | |
class | Entity |
class | Memory |
class | ProviderSegment |
Typedefs | |
using | EntityInstance = armem::wm::EntityInstance |
using | EntityInstanceData = armarx::aron::data::Dict |
using | EntityInstanceDataPtr = armarx::aron::data::DictPtr |
using | EntityInstanceMetadata = base::EntityInstanceMetadata |
using | EntitySnapshot = armem::wm::EntitySnapshot |
Functions | |
void | fromIce (const data::CoreSegment &ice, CoreSegment &coreSegment) |
void | fromIce (const data::Entity &ice, Entity &entity) |
void | fromIce (const data::EntityInstance &ice, EntityInstance &data) |
void | fromIce (const data::EntitySnapshot &ice, EntitySnapshot &snapshot) |
void | fromIce (const data::Memory &ice, Memory &memory) |
void | fromIce (const data::ProviderSegment &ice, ProviderSegment &providerSegment) |
void | toIce (data::CoreSegment &ice, const CoreSegment &coreSegment) |
void | toIce (data::Entity &ice, const Entity &entity) |
void | toIce (data::EntityInstance &ice, const EntityInstance &data) |
void | toIce (data::EntitySnapshot &ice, const EntitySnapshot &snapshot) |
void | toIce (data::Memory &ice, const Memory &memory) |
void | toIce (data::ProviderSegment &ice, const ProviderSegment &providerSegment) |
Definition at line 64 of file forward_declarations.h.
Definition at line 22 of file memory_definitions.h.
Definition at line 23 of file memory_definitions.h.
Definition at line 21 of file memory_definitions.h.
Definition at line 65 of file forward_declarations.h.
void fromIce | ( | const data::CoreSegment & | ice, |
CoreSegment & | coreSegment | ||
) |
void fromIce | ( | const data::Entity & | ice, |
Entity & | entity | ||
) |
void fromIce | ( | const data::EntityInstance & | ice, |
EntityInstance & | data | ||
) |
void fromIce | ( | const data::EntitySnapshot & | ice, |
EntitySnapshot & | snapshot | ||
) |
void fromIce | ( | const data::Memory & | ice, |
Memory & | memory | ||
) |
void fromIce | ( | const data::ProviderSegment & | ice, |
ProviderSegment & | providerSegment | ||
) |
void toIce | ( | data::CoreSegment & | ice, |
const CoreSegment & | coreSegment | ||
) |
void toIce | ( | data::Entity & | ice, |
const Entity & | entity | ||
) |
void toIce | ( | data::EntityInstance & | ice, |
const EntityInstance & | data | ||
) |
void toIce | ( | data::EntitySnapshot & | ice, |
const EntitySnapshot & | snapshot | ||
) |
void toIce | ( | data::Memory & | ice, |
const Memory & | memory | ||
) |
void toIce | ( | data::ProviderSegment & | ice, |
const ProviderSegment & | providerSegment | ||
) |