VR-Forces 4.6 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 | Private Member Functions
DtEntDestroyedSearch Class Reference

class DtEntDestroyedSearch: More...

Inheritance diagram for DtEntDestroyedSearch:
Inheritance graph
[legend]

Public Member Functions

 DtEntDestroyedSearch ()
 default constructor
virtual ~DtEntDestroyedSearch ()
 destructor

Protected Member Functions

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

Private Member Functions

 DtEntDestroyedSearch (const DtEntDestroyedSearch &orig)
 copy constructor; not implemented
DtEntDestroyedSearchoperator= (const DtEntDestroyedSearch &orig)
 assignment operator; not implemented

Additional Inherited Members

Detailed Description

class DtEntDestroyedSearch:

Instances of DtEntDestroyedSearch are used to search the echelon entity structure for ANY entities that have been destroyed. 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

DtEntDestroyedSearch::DtEntDestroyedSearch ( )

default constructor

virtual DtEntDestroyedSearch::~DtEntDestroyedSearch ( )
virtual

destructor

DtEntDestroyedSearch::DtEntDestroyedSearch ( const DtEntDestroyedSearch orig)
private

copy constructor; not implemented

Member Function Documentation

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

Function to initialize the search.

Reimplemented from DtSimSubordinateSearch.

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

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

Reimplemented from DtSimSubordinateSearch.

virtual bool DtEntDestroyedSearch::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.

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

assignment operator; not implemented


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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)