8#ifndef INCLUDED_S_BALTST_RAWDATAUNFORMATTED
9#define INCLUDED_S_BALTST_RAWDATAUNFORMATTED
43#include <bslalg_typetraits.h>
57#include <bsl_vector.h>
59#include <bsl_iosfwd.h>
60#include <bsl_limits.h>
64namespace bslma {
class Allocator; }
66namespace s_baltst {
class RawDataUnformatted; }
129#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
130 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
154#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
155 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
172 template <
typename t_MANIPULATOR>
181 template <
typename t_MANIPULATOR>
190 template <
typename t_MANIPULATOR>
217 bsl::ostream&
print(bsl::ostream& stream,
219 int spacesPerLevel = 4)
const;
227 template <
typename t_ACCESSOR>
235 template <
typename t_ACCESSOR>
244 template <
typename t_ACCESSOR>
247 int nameLength)
const;
265 return lhs.charvec() == rhs.charvec() &&
266 lhs.ucharvec() == rhs.ucharvec();
273 return !(lhs == rhs);
281 return rhs.print(stream, 0, -1);
305template <
typename t_MANIPULATOR>
323template <
typename t_MANIPULATOR>
326 enum { NOT_FOUND = -1 };
340template <
typename t_MANIPULATOR>
342 t_MANIPULATOR& manipulator,
346 enum { NOT_FOUND = -1 };
350 if (0 == attributeInfo) {
370template <
typename t_ACCESSOR>
388template <
typename t_ACCESSOR>
391 enum { NOT_FOUND = -1 };
405template <
typename t_ACCESSOR>
407 t_ACCESSOR& accessor,
409 int nameLength)
const
411 enum { NOT_FOUND = -1 };
415 if (0 == attributeInfo) {
Definition bslstl_vector.h:1120
Definition bslma_allocator.h:545
#define BDLAT_DECL_SEQUENCE_WITH_ALLOCATOR_BITWISEMOVEABLE_TRAITS(ClassName)
Definition bdlat_typetraits.h:301
#define BSLS_IDENT_RCSID(tag, str)
BSLS_IDENT_RCSID() - insert ident str (specific to platform/compiler)
Definition bsls_ident.h:244
#define BSLS_IDENT_PRAGMA_ONCE
BSLS_IDENT_PRAGMA_ONCE - macro to avoid multiple inclusion
Definition bsls_ident.h:263
Definition baljsn_encoder_testtypes.h:76
Definition s_baltst_address.h:66
Definition bdlat_attributeinfo.h:139
int d_id
Definition bdlat_attributeinfo.h:142
Definition bdlat_typetraits.h:146