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

Namespaces

namespace  detail
 

Classes

class  CoreSegment
 base::CoreSegmentBase More...
 
struct  CoreSegmentLockStatistics
 Statistics for CoreSegment lock operations. 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 63 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 39 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 15 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 27 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 75 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 51 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 57 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 33 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 21 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 69 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 45 of file ice_conversions.cpp.

+ Here is the call graph for this function: