|
RTI Connext Modern C++ API Version 7.6.0
|
Base class of struct and union builders. 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. More... | |
| bool | is_nested () const |
| Returns whether this is a member Builder. More... | |
| bool | is_valid () const |
| Whether this Builder is valid. More... | |
| rti::xcdr::length_t | capacity () const |
| Returns the total capacity in bytes. More... | |
Protected Member Functions inherited from rti::flat::AbstractBuilder | |
| virtual | ~AbstractBuilder () |
| If this is a member Builder, it calls finish(). More... | |
Base class of struct and union builders.
This class contains implementation details and doesn't add any public function to AbstractBuilder. See MyFlatMutableBuilder for a concrete example of a struct builder.