#include <RTI.hh>

Public Member Functions | |
| virtual | ~ParameterHandleValuePairSet () |
| virtual ULong | size () const =0 |
| virtual Handle | getHandle (ULong) const =0 throw (ArrayIndexOutOfBounds) |
| virtual ULong | getValueLength (ULong) const =0 throw (ArrayIndexOutOfBounds) |
| virtual void | getValue (ULong, char *, ULong &) const =0 throw (ArrayIndexOutOfBounds) |
| virtual char * | getValuePointer (ULong, ULong &) const =0 throw (ArrayIndexOutOfBounds) |
| virtual TransportType | getTransportType () const =0 throw (InvalidHandleValuePairSetContext) |
| virtual OrderType | getOrderType () const =0 throw (InvalidHandleValuePairSetContext) |
| virtual Region * | getRegion () const =0 throw (InvalidHandleValuePairSetContext) |
| virtual void | add (Handle, const char *, ULong)=0 throw (ValueLengthExceeded, ValueCountExceeded) |
| virtual void | remove (Handle)=0 throw (ArrayIndexOutOfBounds) |
| virtual void | moveFrom (const ParameterHandleValuePairSet &, ULong &)=0 throw (ValueCountExceeded, ArrayIndexOutOfBounds) |
| virtual void | empty ()=0 |
| virtual ULong | start () const =0 |
| virtual ULong | valid (ULong i) const =0 |
| virtual ULong | next (ULong i) const =0 |
Definition at line 350 of file RTI.hh.
| virtual ~ParameterHandleValuePairSet | ( | ) | [inline, virtual] |
| virtual ULong size | ( | ) | const [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
Implemented in ParameterHandleValuePairSetImp.
Implemented in ParameterHandleValuePairSetImp.
| virtual void getValue | ( | ULong | , | |
| char * | , | |||
| ULong & | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual char* getValuePointer | ( | ULong | , | |
| ULong & | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual TransportType getTransportType | ( | ) | const throw (InvalidHandleValuePairSetContext) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual OrderType getOrderType | ( | ) | const throw (InvalidHandleValuePairSetContext) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual Region* getRegion | ( | ) | const throw (InvalidHandleValuePairSetContext) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual void add | ( | Handle | , | |
| const char * | , | |||
| ULong | ||||
| ) | throw (ValueLengthExceeded, ValueCountExceeded) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual void remove | ( | Handle | ) | throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual void moveFrom | ( | const ParameterHandleValuePairSet & | , | |
| ULong & | ||||
| ) | throw (ValueCountExceeded, ArrayIndexOutOfBounds) [pure virtual] |
| virtual void empty | ( | ) | [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
| virtual ULong start | ( | ) | const [pure virtual] |
Implemented in ParameterHandleValuePairSetImp.
Implemented in ParameterHandleValuePairSetImp.
Implemented in ParameterHandleValuePairSetImp.
1.5.5