RTI Connext Traditional C++ API
Version 6.0.0
|
The base class of all Offsets to a final struct type. More...
#include <Offset.hpp>
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. | |
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. | |
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 (MyFlatFinalOffset).