8#ifndef INCLUDED_S_BALTST_MYSEQUENCEWITHDOUBLEATTRIBUTE
9#define INCLUDED_S_BALTST_MYSEQUENCEWITHDOUBLEATTRIBUTE
43#include <bslalg_typetraits.h>
57#include <bsl_iosfwd.h>
58#include <bsl_limits.h>
62namespace s_baltst {
class MySequenceWithDoubleAttribute; }
117#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
118 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
134#if defined(BSLS_COMPILERFEATURES_SUPPORT_RVALUE_REFERENCES) \
135 && defined(BSLS_COMPILERFEATURES_SUPPORT_NOEXCEPT)
152 template<
class MANIPULATOR>
161 template<
class MANIPULATOR>
170 template<
class MANIPULATOR>
192 bsl::ostream&
print(bsl::ostream& stream,
194 int spacesPerLevel = 4)
const;
202 template<
class ACCESSOR>
210 template<
class ACCESSOR>
219 template<
class ACCESSOR>
222 int nameLength)
const;
267template <
class MANIPULATOR>
280template <
class MANIPULATOR>
283 enum { NOT_FOUND = -1 };
294template <
class MANIPULATOR>
296 MANIPULATOR& manipulator,
300 enum { NOT_FOUND = -1 };
304 if (0 == attributeInfo) {
318template <
class ACCESSOR>
331template <
class ACCESSOR>
334 enum { NOT_FOUND = -1 };
345template <
class ACCESSOR>
349 int nameLength)
const
351 enum { NOT_FOUND = -1 };
355 if (0 == attributeInfo) {
385 return !(lhs == rhs);
390 bsl::ostream& stream,
393 return rhs.
print(stream, 0, -1);
Definition bdlb_nullablevalue.h:257
Definition s_baltst_mysequencewithdoubleattribute.h:69
~MySequenceWithDoubleAttribute()
Destroy this object.
bsl::ostream & print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const
static const bdlat_AttributeInfo * lookupAttributeInfo(int id)
@ ATTRIBUTE_ID_ATTRIBUTE1
Definition s_baltst_mysequencewithdoubleattribute.h:77
int accessAttributes(ACCESSOR &accessor) const
Definition s_baltst_mysequencewithdoubleattribute.h:319
static const bdlat_AttributeInfo * lookupAttributeInfo(const char *name, int nameLength)
static const bdlat_AttributeInfo ATTRIBUTE_INFO_ARRAY[]
Definition s_baltst_mysequencewithdoubleattribute.h:91
int manipulateAttribute(MANIPULATOR &manipulator, int id)
Definition s_baltst_mysequencewithdoubleattribute.h:281
@ NUM_ATTRIBUTES
Definition s_baltst_mysequencewithdoubleattribute.h:81
@ ATTRIBUTE_INDEX_ATTRIBUTE1
Definition s_baltst_mysequencewithdoubleattribute.h:85
int manipulateAttributes(MANIPULATOR &manipulator)
Definition s_baltst_mysequencewithdoubleattribute.h:268
static const char CLASS_NAME[]
Definition s_baltst_mysequencewithdoubleattribute.h:89
MySequenceWithDoubleAttribute()
MySequenceWithDoubleAttribute & operator=(const MySequenceWithDoubleAttribute &rhs)
Assign to this object the value of the specified rhs object.
MySequenceWithDoubleAttribute(const MySequenceWithDoubleAttribute &original)
bdlb::NullableValue< double > & attribute1()
Definition s_baltst_mysequencewithdoubleattribute.h:312
int accessAttribute(ACCESSOR &accessor, int id) const
Definition s_baltst_mysequencewithdoubleattribute.h:332
#define BDLAT_DECL_SEQUENCE_WITH_BITWISEMOVEABLE_TRAITS(ClassName)
Definition bdlat_typetraits.h:275
#define BSLS_IDENT_RCSID(tag, str)
Definition bsls_ident.h:260
#define BSLS_IDENT_PRAGMA_ONCE
Definition bsls_ident.h:310
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)
Definition bdlat_attributeinfo.h:137
int d_id
Definition bdlat_attributeinfo.h:140