|
RTI Connext Modern C++ API Version 7.6.0
|
Base class for Offsets to sequences and arrays of primitive types. More...
#include <SequenceOffsets.hpp>
Public Member Functions | |
| T | get_element (unsigned int i) const |
| Returns an element by index. More... | |
| bool | set_element (unsigned int i, T value) |
| Sets an element by index. More... | |
Public Member Functions inherited from rti::flat::OffsetBase | |
| bool | is_null () const |
| Indicates whether this Offset doesn't point to a valid element. More... | |
| bool | is_cpp_compatible () const |
| Indicates whether rti::flat::plain_cast() is possible. More... | |
| const unsigned char * | get_buffer () const |
| Gets this member's position in the buffer. More... | |
| offset_t | get_buffer_size () const |
| Gets the size, in bytes, of this member in the buffer. More... | |
Base class for Offsets to sequences and arrays of primitive types.
| T | The primitive type |
|
inline |
Returns an element by index.
| i | The zero-based index of the element |
|
inline |
Sets an element by index.
| i | The zero-based index of the element to set |
| value | The value to set |