|
WSF
|
#include <WsfExtEntityId.hpp>
Public Types | |
| enum | { ALL_SITES = 0xFFFF , ALL_APPLIC = 0xFFFF , ALL_ENTITIES = 0xFFFF , NO_SITES = 0 , NO_APPLIC = 0 , NO_ENTITY = 0 , RQST_ASSIGN_ID = 0xFFFE } |
Public Member Functions | |
| WsfExtEntityId () | |
| WsfExtEntityId (int aSite, int aApplication, int aEntity) | |
| bool | IsDefined () const |
| bool | operator< (const WsfExtEntityId &aRhs) const |
| bool | operator== (const WsfExtEntityId &aRhs) const |
| int | GetSite () const |
| int | GetApplication () const |
| int | GetEntity () const |
| void | SetSite (int aSite) |
| void | SetApplication (int aApplication) |
| void | SetEntity (int aEntity) |
Protected Attributes | |
| int | mSite |
| int | mApplication |
| int | mEntity |
| anonymous enum |
|
inline |
References mApplication, mEntity, and mSite.
Referenced by operator<(), and operator==().
|
inline |
References mApplication, mEntity, and mSite.
|
inline |
References mApplication.
Referenced by operator<<(), and WsfDisExt::ToDis().
|
inline |
References mEntity.
Referenced by operator<<(), and WsfDisExt::ToDis().
|
inline |
References mSite.
Referenced by operator<<(), and WsfDisExt::ToDis().
|
inline |
References mApplication, mEntity, and mSite.
| bool WsfExtEntityId::operator< | ( | const WsfExtEntityId & | aRhs | ) | const |
References mApplication, mEntity, mSite, and WsfExtEntityId().
| bool WsfExtEntityId::operator== | ( | const WsfExtEntityId & | aRhs | ) | const |
References mApplication, mEntity, mSite, and WsfExtEntityId().
|
inline |
References mApplication.
Referenced by WsfExtData::ConvertInputToEntityId().
|
inline |
References mEntity.
Referenced by WsfExtData::ConvertInputToEntityId().
|
inline |
References mSite.
Referenced by WsfExtData::ConvertInputToEntityId().
|
protected |
Referenced by GetApplication(), IsDefined(), operator<(), operator==(), SetApplication(), WsfExtEntityId(), and WsfExtEntityId().
|
protected |
Referenced by GetEntity(), IsDefined(), operator<(), operator==(), SetEntity(), WsfExtEntityId(), and WsfExtEntityId().
|
protected |
Referenced by GetSite(), IsDefined(), operator<(), operator==(), SetSite(), WsfExtEntityId(), and WsfExtEntityId().