13#ifndef WSFEXTENTITYID_HPP
14#define WSFEXTENTITYID_HPP
16#include "wsf_export.h"
WSF_EXPORT std::ostream & operator<<(std::ostream &aOut, const WsfExtEntityId &aId)
Definition WsfExtEntityId.cpp:16
bool operator==(int aId, const WsfStringInt &aRhs)
Equal relational operator for the case of an integer on the LHS and a StringId on the RHS.
Definition WsfStringId.hpp:69
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfExtEntityId.hpp:22
void SetEntity(int aEntity)
Definition WsfExtEntityId.hpp:62
@ RQST_ASSIGN_ID
Definition WsfExtEntityId.hpp:32
@ NO_SITES
Definition WsfExtEntityId.hpp:29
@ NO_APPLIC
Definition WsfExtEntityId.hpp:30
@ NO_ENTITY
Definition WsfExtEntityId.hpp:31
@ ALL_ENTITIES
Definition WsfExtEntityId.hpp:28
@ ALL_APPLIC
Definition WsfExtEntityId.hpp:27
@ ALL_SITES
Definition WsfExtEntityId.hpp:26
int mSite
Definition WsfExtEntityId.hpp:65
WsfExtEntityId()
Definition WsfExtEntityId.hpp:35
int mApplication
Definition WsfExtEntityId.hpp:66
int GetEntity() const
Definition WsfExtEntityId.hpp:58
int mEntity
Definition WsfExtEntityId.hpp:67
int GetSite() const
Definition WsfExtEntityId.hpp:56
void SetApplication(int aApplication)
Definition WsfExtEntityId.hpp:61
int GetApplication() const
Definition WsfExtEntityId.hpp:57
bool IsDefined() const
Definition WsfExtEntityId.hpp:50
void SetSite(int aSite)
Definition WsfExtEntityId.hpp:60
WsfExtEntityId(int aSite, int aApplication, int aEntity)
Definition WsfExtEntityId.hpp:42