|
RTI Connext Traditional C++ API
Version 6.0.1
|
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. | |
Protected Member Functions inherited from rti::flat::AbstractBuilder | |
| virtual | ~AbstractBuilder () |
| If this is a member Builder, it calls finish(). | |
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. | |
| bool | check_failure () |
| Checks if the previous operation failed and resets the failure flag. | |
Base class of all array and sequence builders.
|
inlineprotected |
Returns the current number of elements that have been added.
Referenced by rti::flat::MutableArrayBuilder< ElementBuilder, N >::build_next(), and rti::flat::MutableArrayBuilder< ElementBuilder, N >::finish().