BloombergLP::balb::VoidSequence::accessAttribute

Invoke the specified accessor on the attribute indicated by id.

Synopsis

Declared in <balb_testmessages.h>

template<class ACCESSOR>
int
accessAttribute(
    ACCESSOR& accessor,
    int id) const;

Description

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

Return Value

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

Parameters

NameDescription
accessorfunctor invoked on the matching attribute
idattribute identifier