10 #include <vlutil/vlString.h>
11 #include <vlutil/vlMachineTypes.h>
32 void setWarnedOnce(
bool);
33 bool warnedOnce()
const;
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
bool warnedOnce() const
Definition: entIndependentlyTaskedSearch.h:66
Instances of DtEntIndependentlyTaskedSearch are used to search the echelon entity structure for ANY e...
Definition: entIndependentlyTaskedSearch.h:22
bool myWarnedOnce
Member variables.
Definition: entIndependentlyTaskedSearch.h:58
Contains the DtUUID class declaration.
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
virtual bool searchSubordinates(DtSimObjectReference entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
void setWarnedOnce(bool)
Definition: entIndependentlyTaskedSearch.h:61
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
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...