RTI Connext Modern C++ API  Version 6.1.0
rti::flat::MutableOffset Class Reference

The base class of all Offsets to a final struct type. More...

#include <Offset.hpp>

Inheritance diagram for rti::flat::MutableOffset:
rti::flat::OffsetBase MyFlatMutableOffset MyFlatUnionOffset

Additional Inherited Members

- 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...
 

Detailed Description

The base class of all Offsets to a final struct type.

This class contains only implementation details; all the public accessors are defined in the generated type (MyFlatMutableOffset).