bdlat_sequenceAccessAttribute overloads
Declared in <bdlar_sequenceref.h>
Invoke the specified accessor on the attribute of the specified ref identified by the specified attributeId. Return the value from the invocation of accessor.
template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttribute(
SequenceConstRef const& ref,
t_ACCESSOR& accessor,
int attributeId);
» more...
Invoke the specified accessor on the attribute of the specified ref identified by the specified attributeId. Return the value from the invocation of accessor.
template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttribute(
SequenceRef const& ref,
t_ACCESSOR& accessor,
int attributeId);
» more...
Invoke the specified accessor on the attribute of the specified ref identified by the specified attributeName and attributeNameLength. Return the value from the invocation of accessor.
template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttribute(
SequenceConstRef const& ref,
t_ACCESSOR& accessor,
char const* attributeName,
int attributeNameLength);
» more...
Invoke the specified accessor on the attribute of the specified ref identified by the specified attributeName and attributeNameLength. Return the value from the invocation of accessor.
template<class t_ACCESSOR>
int
bdlat_sequenceAccessAttribute(
SequenceRef const& ref,
t_ACCESSOR& accessor,
char const* attributeName,
int attributeNameLength);
» more...