Public Member Functions |
| T | get_element (unsigned int i) const |
| | Returns an element by index.
|
| |
| bool | set_element (unsigned int i, T value) |
| | Sets an element by index.
|
| |
| bool | is_null () const |
| | Indicates whether this Offset doesn't point to a valid element.
|
| |
| bool | is_cpp_compatible () const |
| | Indicates whether rti::flat::plain_cast() is possible.
|
| |
| const unsigned char * | get_buffer () const |
| | Gets this member's position in the buffer.
|
| |
| offset_t | get_buffer_size () const |
| | Gets the size, in bytes, of this member in the buffer.
|
| |
template<typename T>
class rti::flat::AbstractPrimitiveList< T >
Base class for Offsets to sequences and arrays of primitive types.
- Template Parameters
-