BloombergLP::bdlat_SequenceFunctions::bdlat_sequenceManipulateAttribute

bdlat_sequenceManipulateAttribute overloads

Synopses

Declared in <bdlat_sequencefunctions.h>

Manipulate the attribute with the specified attributeId of the specified object.

template<
    class TYPE,
    class MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
    TYPE* object,
    MANIPULATOR& manipulator,
    int attributeId);
» more...

Manipulate the attribute with the specified attributeName of the specified object.

template<
    class TYPE,
    class MANIPULATOR>
int
bdlat_sequenceManipulateAttribute(
    TYPE* object,
    MANIPULATOR& manipulator,
    char const* attributeName,
    int attributeNameLength);
» more...