RTI Connext Modern C++ API Version 7.2.0
rti::flat::AggregationBuilder Class Reference

Base class of struct and union builders. More...

#include <AggregationBuilders.hpp>

Inheritance diagram for rti::flat::AggregationBuilder:
rti::flat::AbstractBuilder rti::flat::UnionBuilder< int32_t > MyFlatMutableBuilder rti::flat::UnionBuilder< Discriminator > MyFlatUnionBuilder

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

Detailed Description

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.