8#ifndef INCLUDED_S_BALTST_CUSTOMIZEDBASE64BINARY
9#define INCLUDED_S_BALTST_CUSTOMIZEDBASE64BINARY
43#include <bslalg_typetraits.h>
53#include <bsl_vector.h>
55#include <bsl_iosfwd.h>
56#include <bsl_limits.h>
60namespace s_baltst {
class CustomizedBase64Binary; }
89#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
90 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
110#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
111 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
140 bsl::ostream&
print(bsl::ostream& stream,
142 int spacesPerLevel = 4)
const;
162 return lhs.d_value == rhs.d_value;
172 return lhs.d_value != rhs.d_value;
180 return rhs.print(stream, 0, -1);
217: d_value(original.d_value)
237 d_value = rhs.d_value;
262 int spacesPerLevel)
const
Definition bslstl_vector.h:1120
Definition s_baltst_customizedbase64binary.h:67
static const char CLASS_NAME[]
Definition s_baltst_customizedbase64binary.h:77
CustomizedBase64Binary()
Definition s_baltst_customizedbase64binary.h:210
void reset()
Definition s_baltst_customizedbase64binary.h:242
static int checkRestrictions(const bsl::vector< char > &value)
Definition s_baltst_customizedbase64binary.h:202
int fromVector(const bsl::vector< char > &value)
Definition s_baltst_customizedbase64binary.h:248
friend bool operator==(const CustomizedBase64Binary &lhs, const CustomizedBase64Binary &rhs)
Definition s_baltst_customizedbase64binary.h:159
friend bool operator!=(const CustomizedBase64Binary &lhs, const CustomizedBase64Binary &rhs)
Definition s_baltst_customizedbase64binary.h:169
bsl::vector< char > BaseType
Definition s_baltst_customizedbase64binary.h:74
bsl::ostream & print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const
Definition s_baltst_customizedbase64binary.h:260
friend bsl::ostream & operator<<(bsl::ostream &stream, const CustomizedBase64Binary &rhs)
Definition s_baltst_customizedbase64binary.h:177
~CustomizedBase64Binary()
Destroy this object.
Definition s_baltst_customizedbase64binary.h:229
CustomizedBase64Binary & operator=(const CustomizedBase64Binary &rhs)
Assign to this object the value of the specified rhs object.
Definition s_baltst_customizedbase64binary.h:235
const bsl::vector< char > & toVector() const
Convert this value to bsl::vector<char>.
Definition s_baltst_customizedbase64binary.h:268
#define BDLAT_DECL_CUSTOMIZEDTYPE_WITH_BITWISEMOVEABLE_TRAITS(ClassName)
Definition bdlat_typetraits.h:344
#define BSLS_ASSERT(X)
Definition bsls_assert.h:1976
#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
void reset(TYPE *object)
Reset the value of the specified object to its default value.
bsl::ostream & print(bsl::ostream &stream, const TYPE &object, int level=0, int spacesPerLevel=4)
Definition bdlb_printmethods.h:725
Definition s_baltst_address.h:66