![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Inheritance diagram for rti1516e::HLAfixedArray:
Collaboration diagram for rti1516e::HLAfixedArray:Public Member Functions | |
| HLAfixedArray (const DataElement &protoType, size_t length) | |
| HLAfixedArray (HLAfixedArray const &rhs) | |
| virtual | ~HLAfixedArray () |
| virtual std::auto_ptr < DataElement > | clone () const |
| virtual VariableLengthData | encode () const throw (EncoderException) |
| virtual void | encode (VariableLengthData &inData) const throw (EncoderException) |
| virtual void | encodeInto (std::vector< Octet > &buffer) const throw (EncoderException) |
| virtual void | decode (VariableLengthData const &inData) throw (EncoderException) |
| virtual size_t | decodeFrom (std::vector< Octet > const &buffer, size_t index) throw (EncoderException) |
| virtual size_t | getEncodedLength () const throw (EncoderException) |
| virtual unsigned int | getOctetBoundary () const |
| virtual bool | isSameTypeAs (DataElement const &inData) const |
| virtual bool | hasPrototypeSameTypeAs (DataElement const &dataElement) const |
| virtual size_t | size () const |
| virtual void | set (size_t index, const DataElement &dataElement) throw (EncoderException) |
| virtual void | setElementPointer (size_t index, DataElement *dataElement) throw (EncoderException) |
| virtual const DataElement & | get (size_t index) const throw (EncoderException) |
| DataElement const & | operator[] (size_t index) const throw (EncoderException) |
Protected Attributes | |
| HLAfixedArrayImplementation * | _impl |
Private Member Functions | |
| HLAfixedArray () | |
| HLAfixedArray & | operator= (HLAfixedArray const &rhs) |
| rti1516e::HLAfixedArray::HLAfixedArray | ( | const DataElement & | protoType, |
| size_t | length | ||
| ) | [explicit] |
| rti1516e::HLAfixedArray::HLAfixedArray | ( | HLAfixedArray const & | rhs | ) |
| virtual rti1516e::HLAfixedArray::~HLAfixedArray | ( | ) | [virtual] |
| rti1516e::HLAfixedArray::HLAfixedArray | ( | ) | [private] |
| virtual std::auto_ptr<DataElement> rti1516e::HLAfixedArray::clone | ( | ) | const [virtual] |
Implements rti1516e::DataElement.
| virtual void rti1516e::HLAfixedArray::decode | ( | VariableLengthData const & | inData | ) | throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual size_t rti1516e::HLAfixedArray::decodeFrom | ( | std::vector< Octet > const & | buffer, |
| size_t | index | ||
| ) | throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual VariableLengthData rti1516e::HLAfixedArray::encode | ( | ) | const throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual void rti1516e::HLAfixedArray::encode | ( | VariableLengthData & | inData | ) | const throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual void rti1516e::HLAfixedArray::encodeInto | ( | std::vector< Octet > & | buffer | ) | const throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual const DataElement& rti1516e::HLAfixedArray::get | ( | size_t | index | ) | const throw (EncoderException) [virtual] |
| virtual size_t rti1516e::HLAfixedArray::getEncodedLength | ( | ) | const throw (EncoderException) [virtual] |
Implements rti1516e::DataElement.
| virtual unsigned int rti1516e::HLAfixedArray::getOctetBoundary | ( | ) | const [virtual] |
Implements rti1516e::DataElement.
| virtual bool rti1516e::HLAfixedArray::hasPrototypeSameTypeAs | ( | DataElement const & | dataElement | ) | const [virtual] |
| virtual bool rti1516e::HLAfixedArray::isSameTypeAs | ( | DataElement const & | inData | ) | const [virtual] |
Reimplemented from rti1516e::DataElement.
| HLAfixedArray& rti1516e::HLAfixedArray::operator= | ( | HLAfixedArray const & | rhs | ) | [private] |
| DataElement const& rti1516e::HLAfixedArray::operator[] | ( | size_t | index | ) | const throw (EncoderException) |
| virtual void rti1516e::HLAfixedArray::set | ( | size_t | index, |
| const DataElement & | dataElement | ||
| ) | throw (EncoderException) [virtual] |
| virtual void rti1516e::HLAfixedArray::setElementPointer | ( | size_t | index, |
| DataElement * | dataElement | ||
| ) | throw (EncoderException) [virtual] |
| virtual size_t rti1516e::HLAfixedArray::size | ( | ) | const [virtual] |
HLAfixedArrayImplementation* rti1516e::HLAfixedArray::_impl [protected] |