Invoke manipulator on the modifiable attribute indicated by name.

Synopsis

Declared in <baljsn_encoder_testtypes.h>

template<typename t_MANIPULATOR>
int
manipulateAttribute(
    t_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

the value returned from the invocation of manipulator, or a non‐zero value on failure

Parameters

Name

Description

manipulator

functor invoked on the matching attribute

name

attribute name

nameLength

length of name

Created with MrDocs