manipulateAttribute overloads
Declared in <balb_testmessages.h>
Invoke the specified manipulator on the attribute indicated by id.
template<class MANIPULATOR>
int
manipulateAttribute(
MANIPULATOR& manipulator,
int id);
» more...
Invoke the specified manipulator on the attribute indicated by name.
template<class MANIPULATOR>
int
manipulateAttribute(
MANIPULATOR& manipulator,
char const* name,
int nameLength);
» more...
manipulator if id identifies an attribute of this class, and -1 otherwisemanipulator if name identifies an attribute of this class, and -1 otherwise| Name | Description |
|---|---|
| manipulator | functor invoked on the matching attribute |
| id | attribute identifier |
| name | attribute name |
| nameLength | length of name |