RTI Connext Modern C++ API
Version 6.1.0
|
A const Offset to an optional primitive member. More...
#include <Offset.hpp>
Public Member Functions | |
T | get () const |
Gets the value of this primitive member. More... | |
![]() | |
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... | |
A const Offset to an optional primitive member.
Read-only version of PrimitiveOffset.
If !is_null(), the value can be retrieved with get().
|
inline |
Gets the value of this primitive member.