VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
DtEntEmbarkationStateChangedSearch Class Reference

class DtEntEmbarkationStateChangedSearch: More...

Inheritance diagram for DtEntEmbarkationStateChangedSearch:
Inheritance graph
[legend]

Public Member Functions

 DtEntEmbarkationStateChangedSearch ()
 default constructor More...
 
virtual ~DtEntEmbarkationStateChangedSearch ()
 destructor More...
 
void setEmbarkedOn (const DtUUID &)
 
const DtUUIDembarkedOn () const
 

Protected Member Functions

virtual bool initializeSearch (const DtVrfObjectManager *vrfObjectManager)
 Function to initialize the search. More...
 
virtual bool inspectEntity (const DtVrfObject &entity)
 Test any and all entities to find one that is embarked. More...
 
virtual bool searchSubordinates (const DtVrfObject &pAggEntity, bool excludeDestroyed)
 Controls whether subordinates of a specified pseudo-aggregate are searched. More...
 
virtual bool inspectAggregateEntity (const DtVrfObject &entity, bool excludeDestroyed)
 

Protected Attributes

DtUUID myEmbarkedOn
 

Private Member Functions

 DtEntEmbarkationStateChangedSearch (const DtEntEmbarkationStateChangedSearch &orig)
 copy constructor; not implemented More...
 
DtEntEmbarkationStateChangedSearchoperator= (const DtEntEmbarkationStateChangedSearch &orig)
 assignment operator; not implemented More...
 

Detailed Description

class DtEntEmbarkationStateChangedSearch:

Instances of DtEntEmbarkationStateChangedSearch are used to search the echelon entity structure for ANY entities that have been embarked/disembarked. If any are detected the search is terminated. Call the searchBelow() function to do the actual search. Test the result by calling result().

Constructor & Destructor Documentation

DtEntEmbarkationStateChangedSearch::DtEntEmbarkationStateChangedSearch ( )

default constructor

virtual DtEntEmbarkationStateChangedSearch::~DtEntEmbarkationStateChangedSearch ( )
virtual

destructor

DtEntEmbarkationStateChangedSearch::DtEntEmbarkationStateChangedSearch ( const DtEntEmbarkationStateChangedSearch orig)
private

copy constructor; not implemented

Member Function Documentation

void DtEntEmbarkationStateChangedSearch::setEmbarkedOn ( const DtUUID s)
inline

References myEmbarkedOn.

const DtUUID & DtEntEmbarkationStateChangedSearch::embarkedOn ( ) const
inline

References myEmbarkedOn.

virtual bool DtEntEmbarkationStateChangedSearch::initializeSearch ( const DtVrfObjectManager vrfObjectManager)
protectedvirtual

Function to initialize the search.

Reimplemented from DtSimSubordinateSearch.

virtual bool DtEntEmbarkationStateChangedSearch::inspectEntity ( const DtVrfObject entity)
protectedvirtual

Test any and all entities to find one that is embarked.

Reimplemented from DtSimSubordinateSearch.

virtual bool DtEntEmbarkationStateChangedSearch::searchSubordinates ( const DtVrfObject pAggEntity,
bool  excludeDestroyed 
)
protectedvirtual

Controls whether subordinates of a specified pseudo-aggregate are searched.

If the "ANY" modifier was specified, it calls the base class version, otherwise it just returns false.

Reimplemented from DtSimSubordinateSearch.

virtual bool DtEntEmbarkationStateChangedSearch::inspectAggregateEntity ( const DtVrfObject entity,
bool  excludeDestroyed 
)
protectedvirtual

Reimplemented from DtSimSubordinateSearch.

DtEntEmbarkationStateChangedSearch& DtEntEmbarkationStateChangedSearch::operator= ( const DtEntEmbarkationStateChangedSearch orig)
private

assignment operator; not implemented

Member Data Documentation

DtUUID DtEntEmbarkationStateChangedSearch::myEmbarkedOn
protected

Referenced by embarkedOn(), and setEmbarkedOn().


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)