#include <RTI.hh>
Public Member Functions | |
virtual | ~FederateHandleSet () |
virtual ULong | size () const =0 |
virtual FederateHandle | getHandle (ULong) const =0 throw (ArrayIndexOutOfBounds) |
virtual void | add (FederateHandle)=0 throw (ValueCountExceeded) |
virtual void | remove (FederateHandle)=0 throw (ArrayIndexOutOfBounds) |
virtual void | empty ()=0 |
virtual Boolean | isMember (FederateHandle) const =0 |
Definition at line 322 of file RTI.hh.
virtual ~FederateHandleSet | ( | ) | [inline, virtual] |
virtual ULong size | ( | ) | const [pure virtual] |
Implemented in FederateHandleSetImp.
virtual FederateHandle getHandle | ( | ULong | ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in FederateHandleSetImp.
virtual void add | ( | FederateHandle | ) | throw (ValueCountExceeded) [pure virtual] |
virtual void remove | ( | FederateHandle | ) | throw (ArrayIndexOutOfBounds) [pure virtual] |
virtual void empty | ( | ) | [pure virtual] |
Implemented in FederateHandleSetImp.
virtual Boolean isMember | ( | FederateHandle | ) | const [pure virtual] |