RTI Connext Modern C++ API
Version 6.0.0
|
Base class of builders for user-defined mutable unions. More...
#include <AggregationBuilders.hpp>
Additional Inherited Members | |
Public Member Functions inherited from rti::flat::AbstractBuilder | |
void | discard () |
Discards a member in process of being built. | |
bool | is_nested () const |
Returns whether this is a member Builder. | |
bool | is_valid () const |
Whether this Builder is valid. | |
rti::xcdr::length_t | capacity () const |
Returns the total capacity in bytes. | |
Protected Member Functions inherited from rti::flat::AbstractBuilder | |
virtual | ~AbstractBuilder () |
If this is a member Builder, it calls finish(). | |
Base class of builders for user-defined mutable unions.
Union builders can only add or build a single member.
This class contains implementation details and doesn't add any public function to AbstractBuilder.