MAK RTIspy API Documentation for HLA 1.3
Public Member Functions | Protected Attributes
DtFederateHandleSet Class Reference
+ Inheritance diagram for DtFederateHandleSet:
+ Collaboration diagram for DtFederateHandleSet:

List of all members.

Public Member Functions

 DtFederateHandleSet (RTI::ULong count=1, bool allowSetToGrow=true)
 Constructor.
virtual ~DtFederateHandleSet ()
 Destructor.
virtual RTI::ULong size () const
virtual RTI::FederateHandle getHandle (RTI::ULong i) const throw ( RTI::ArrayIndexOutOfBounds)
virtual void add (RTI::FederateHandle h) throw ( RTI::ValueCountExceeded)
virtual void remove (RTI::FederateHandle h) throw ( RTI::ArrayIndexOutOfBounds)
virtual void empty ()
virtual RTI::Boolean isMember (RTI::FederateHandle h) const

Protected Attributes

RTI::ULong myMaxSize
std::vector< RTI::FederateHandlemyVals
bool myAllowSetToGrow

Constructor & Destructor Documentation

DtFederateHandleSet::DtFederateHandleSet ( RTI::ULong  count = 1,
bool  allowSetToGrow = true 
)

Constructor.

References myVals.

Destructor.


Member Function Documentation

void DtFederateHandleSet::add ( RTI::FederateHandle  h) throw ( RTI::ValueCountExceeded) [virtual]
void DtFederateHandleSet::empty ( ) [virtual]

Implements RTI::FederateHandleSet.

References myVals.

RTI::FederateHandle DtFederateHandleSet::getHandle ( RTI::ULong  i) const throw ( RTI::ArrayIndexOutOfBounds) [virtual]
void DtFederateHandleSet::remove ( RTI::FederateHandle  h) throw ( RTI::ArrayIndexOutOfBounds) [virtual]

Member Data Documentation


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

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)