8#ifndef INCLUDED_BDLD_DATUMARRAYBUILDER
9#define INCLUDED_BDLD_DATUMARRAYBUILDER
201#include <bdlscm_version.h>
Definition bdld_datumarraybuilder.h:223
void append(const Datum *values, SizeType length)
DatumArrayBuilder(SizeType initialCapacity, const allocator_type &allocator=allocator_type())
DatumArrayBuilder(const allocator_type &allocator)
allocator_type get_allocator() const
Definition bdld_datumarraybuilder.h:337
bsl::allocator< char > allocator_type
Definition bdld_datumarraybuilder.h:232
SizeType size() const
Definition bdld_datumarraybuilder.h:343
bsls::Types::size_type SizeType
Definition bdld_datumarraybuilder.h:230
BSLMF_NESTED_TRAIT_DECLARATION(DatumArrayBuilder, bslma::UsesBslmaAllocator)
void pushBack(const Datum &value)
SizeType capacity() const
Definition bdld_datumarraybuilder.h:331
Definition bdld_datum.h:2224
SizeType * length() const
Return pointer to the length of the array.
Definition bdld_datum.h:5550
Definition bdld_datum.h:799
Definition bslma_bslallocator.h:588
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdld_datum.h:740
Definition bslma_usesbslmaallocator.h:344
std::size_t size_type
Definition bsls_types.h:126