BloombergLP::balb::SimpleRequest::manipulateAttribute

Invoke the specified manipulator on the attribute indicated by name.

Synopsis

Declared in <balb_testmessages.h>

template<class MANIPULATOR>
int
manipulateAttribute(
    MANIPULATOR& manipulator,
    char const* name,
    int nameLength);

Description

Invoke the specified manipulator on the address of the (modifiable) attribute indicated by the specified name of the specified nameLength, supplying manipulator with the corresponding attribute information structure. Return the value returned from the invocation of manipulator if name identifies an attribute of this class, and -1 otherwise.

Return Value

value returned from the invocation of manipulator if name identifies an attribute of this class, and -1 otherwise

Parameters

NameDescription
manipulatorfunctor invoked on the matching attribute
nameattribute name
nameLengthlength of name