RTI Connext Modern C++ API
Version 6.0.0
|
Base class of all array and sequence builders. More...
#include <SequenceBuilders.hpp>
Protected Member Functions | |
unsigned int | element_count () const |
Returns the current number of elements that have been added. | |
![]() | |
virtual | ~AbstractBuilder () |
If this is a member Builder, it calls finish(). | |
Additional Inherited Members | |
![]() | |
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. | |
Base class of all array and sequence builders.
|
inlineprotected |
Returns the current number of elements that have been added.