armarx::armem::server::wm Namespace Reference

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)
 

Typedef Documentation

◆ EntityInstance

◆ EntityInstanceData

◆ EntityInstanceDataPtr

◆ EntityInstanceMetadata

◆ EntitySnapshot

Function Documentation

◆ fromIce() [1/6]

void fromIce ( const data::CoreSegment &  ice,
CoreSegment coreSegment 
)

Definition at line 50 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ fromIce() [2/6]

void fromIce ( const data::Entity &  ice,
Entity entity 
)

Definition at line 32 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ fromIce() [3/6]

void fromIce ( const data::EntityInstance &  ice,
EntityInstance data 
)

Definition at line 13 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ fromIce() [4/6]

void fromIce ( const data::EntitySnapshot &  ice,
EntitySnapshot snapshot 
)

Definition at line 23 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ fromIce() [5/6]

void fromIce ( const data::Memory &  ice,
Memory memory 
)

Definition at line 59 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ fromIce() [6/6]

void fromIce ( const data::ProviderSegment &  ice,
ProviderSegment providerSegment 
)

Definition at line 41 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [1/6]

void toIce ( data::CoreSegment &  ice,
const CoreSegment coreSegment 
)

Definition at line 46 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [2/6]

void toIce ( data::Entity &  ice,
const Entity entity 
)

Definition at line 28 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [3/6]

void toIce ( data::EntityInstance &  ice,
const EntityInstance data 
)

Definition at line 9 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [4/6]

void toIce ( data::EntitySnapshot &  ice,
const EntitySnapshot snapshot 
)

Definition at line 19 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [5/6]

void toIce ( data::Memory &  ice,
const Memory memory 
)

Definition at line 55 of file ice_conversions.cpp.

+ Here is the call graph for this function:

◆ toIce() [6/6]

void toIce ( data::ProviderSegment &  ice,
const ProviderSegment providerSegment 
)

Definition at line 37 of file ice_conversions.cpp.

+ Here is the call graph for this function: