|
WSF
|
#include <WsfXIO_SerializeTypes.hpp>
Public Member Functions | |
| template<typename AR> | |
| void | Serialize (AR &aAr) |
| template<typename ENTITY_TYPE> | |
| WsfXIO_EntityId & | operator= (ENTITY_TYPE &aRhs) |
| WsfXIO_EntityId () | |
| template<typename ENTITY_TYPE> | |
| WsfXIO_EntityId (const ENTITY_TYPE &aSrc) | |
| template<typename ENTITY_TYPE> | |
| ENTITY_TYPE | Convert () const |
| bool | operator== (const WsfXIO_EntityId &aRhs) const |
| bool | operator< (const WsfXIO_EntityId &aRhs) const |
| uint16_t | GetSite () const |
| uint16_t | GetApplication () const |
| uint16_t | GetEntity () const |
Public Attributes | |
| uint16_t | mSite |
| uint16_t | mApplication |
| uint16_t | mEntity |
|
inline |
References mApplication, mEntity, and mSite.
Referenced by operator<(), operator=(), and operator==().
|
inline |
|
inline |
References mApplication, mEntity, and mSite.
Referenced by WsfXIO_AutoDisMapping::HandlePlatformInfo().
|
inline |
References mApplication.
Referenced by WsfXIO_AutoDisMapping::IsAutoMapped().
|
inline |
References mEntity.
|
inline |
References mSite.
Referenced by WsfXIO_AutoDisMapping::IsAutoMapped().
|
inline |
References mApplication, mEntity, mSite, and WsfXIO_EntityId().
|
inline |
References mApplication, mEntity, mSite, and WsfXIO_EntityId().
|
inline |
References mApplication, mEntity, mSite, and WsfXIO_EntityId().
|
inline |
References mApplication, mEntity, and mSite.
| uint16_t WsfXIO_EntityId::mApplication |
Referenced by Convert(), GetApplication(), operator<(), operator=(), operator==(), Serialize(), and WsfXIO_EntityId().
| uint16_t WsfXIO_EntityId::mEntity |
Referenced by Convert(), GetEntity(), operator<(), operator=(), operator==(), Serialize(), and WsfXIO_EntityId().
| uint16_t WsfXIO_EntityId::mSite |
Referenced by Convert(), GetSite(), operator<(), operator=(), operator==(), Serialize(), and WsfXIO_EntityId().