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; }
93#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
94 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
114#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
115 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
143 bsl::ostream&
print(bsl::ostream& stream,
145 int spacesPerLevel = 4)
const;
211: d_value(original.d_value)
231 d_value = rhs.d_value;
256 int spacesPerLevel)
const
276 return lhs.d_value == rhs.d_value;
284 return lhs.d_value != rhs.d_value;
289 bsl::ostream& stream,
292 return rhs.
print(stream, 0, -1);
Definition bslstl_vector.h:1025
Definition s_baltst_customizedbase64binary.h:67
static const char CLASS_NAME[]
Definition s_baltst_customizedbase64binary.h:81
CustomizedBase64Binary()
Definition s_baltst_customizedbase64binary.h:204
void reset()
Definition s_baltst_customizedbase64binary.h:236
static int checkRestrictions(const bsl::vector< char > &value)
Definition s_baltst_customizedbase64binary.h:196
int fromVector(const bsl::vector< char > &value)
Definition s_baltst_customizedbase64binary.h:242
friend bool operator==(const CustomizedBase64Binary &lhs, const CustomizedBase64Binary &rhs)
friend bool operator!=(const CustomizedBase64Binary &lhs, const CustomizedBase64Binary &rhs)
bsl::vector< char > BaseType
Definition s_baltst_customizedbase64binary.h:78
bsl::ostream & print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const
Definition s_baltst_customizedbase64binary.h:254
~CustomizedBase64Binary()
Destroy this object.
Definition s_baltst_customizedbase64binary.h:223
CustomizedBase64Binary & operator=(const CustomizedBase64Binary &rhs)
Assign to this object the value of the specified rhs object.
Definition s_baltst_customizedbase64binary.h:229
const bsl::vector< char > & toVector() const
Convert this value to bsl::vector<char>.
Definition s_baltst_customizedbase64binary.h:262
#define BDLAT_DECL_CUSTOMIZEDTYPE_WITH_BITWISEMOVEABLE_TRAITS(ClassName)
Definition bdlat_typetraits.h:325
#define BSLS_ASSERT(X)
Definition bsls_assert.h:1804
#define BSLS_IDENT_RCSID(tag, str)
Definition bsls_ident.h:260
#define BSLS_IDENT_PRAGMA_ONCE
Definition bsls_ident.h:310
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:719
Definition s_baltst_address.h:66
bool operator!=(const Address &lhs, const Address &rhs)
bool operator==(const Address &lhs, const Address &rhs)
bsl::ostream & operator<<(bsl::ostream &stream, const Address &rhs)