RTI Connext Modern C++ API
Version 6.0.0
|
Base class of Builders for sequence members. More...
#include <SequenceBuilders.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::AbstractListBuilder | |
unsigned int | element_count () const |
Returns the current number of elements that have been added. | |
Base class of Builders for sequence members.
This class contains only implementation details and doesn't add any public function to AbstractListBuilder.