11 #include <vlutil/vlString.h>
12 #include <vlutil/vlMachineTypes.h>
36 void setEmbarkedOn(
const DtUUID&);
37 const DtUUID& embarkedOn()
const;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
Contains the DtUUID class declaration.
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
virtual bool inspectAggregateEntity(DtSimObjectReference entity, bool excludeDestroyed)
class DtEntEmbarkationStateChangedSearch:
Definition: entEmbarkationStateChangedSearch.h:26
DtUUID myEmbarkedOn
Definition: entEmbarkationStateChangedSearch.h:64
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
void setEmbarkedOn(const DtUUID &)
Definition: entEmbarkationStateChangedSearch.h:67
virtual bool searchSubordinates(DtSimObjectReference entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
const DtUUID & embarkedOn() const
Definition: entEmbarkationStateChangedSearch.h:72
virtual bool initializeSearch(DtSimObjectReference entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(DtSimObjectReference entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...