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
DtEntIndependentlyTaskedSearch Class Reference

Instances of DtEntIndependentlyTaskedSearch are used to search the echelon entity structure for ANY entities that are independently tasked. More...

Inheritance diagram for DtEntIndependentlyTaskedSearch:
Inheritance graph
[legend]

Public Member Functions

 DtEntIndependentlyTaskedSearch ()
 default constructor More...
 
virtual ~DtEntIndependentlyTaskedSearch ()
 destructor More...
 
void setWarnedOnce (bool)
 
bool warnedOnce () 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 independently tasked. More...
 
virtual bool searchSubordinates (const DtVrfObject &pAggEntity, bool excludeDestroyed)
 Controls whether subordinates of a specified pseudo-aggregate are searched. More...
 

Protected Attributes

bool myWarnedOnce
 Member variables. More...
 

Private Member Functions

 DtEntIndependentlyTaskedSearch (const DtEntIndependentlyTaskedSearch &orig)
 copy constructor; not implemented More...
 
DtEntIndependentlyTaskedSearchoperator= (const DtEntIndependentlyTaskedSearch &orig)
 assignment operator; not implemented More...
 

Detailed Description

Instances of DtEntIndependentlyTaskedSearch are used to search the echelon entity structure for ANY entities that are independently tasked.

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

DtEntIndependentlyTaskedSearch::DtEntIndependentlyTaskedSearch ( )

default constructor

virtual DtEntIndependentlyTaskedSearch::~DtEntIndependentlyTaskedSearch ( )
virtual

destructor

DtEntIndependentlyTaskedSearch::DtEntIndependentlyTaskedSearch ( const DtEntIndependentlyTaskedSearch orig)
private

copy constructor; not implemented

Member Function Documentation

void DtEntIndependentlyTaskedSearch::setWarnedOnce ( bool  b)
inline

References myWarnedOnce.

bool DtEntIndependentlyTaskedSearch::warnedOnce ( ) const
inline

References myWarnedOnce.

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

Function to initialize the search.

Reimplemented from DtSimSubordinateSearch.

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

Test any and all entities to find one that is independently tasked.

Reimplemented from DtSimSubordinateSearch.

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

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

assignment operator; not implemented

Member Data Documentation

bool DtEntIndependentlyTaskedSearch::myWarnedOnce
protected

Member variables.

Referenced by setWarnedOnce(), and warnedOnce().


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)