manipulateAttribute overloads
Synopses
Declared in <baljsn_encoder_testtypes.h>
Invoke manipulator on the modifiable attribute indicated by id.
template<typename t_MANIPULATOR>
int
manipulateAttribute(
t_MANIPULATOR& manipulator,
int id);
Invoke manipulator on the modifiable attribute indicated by name.
template<typename t_MANIPULATOR>
int
manipulateAttribute(
t_MANIPULATOR& manipulator,
char const* name,
int nameLength);
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 |
id |
attribute identifier |
name |
attribute name |
nameLength |
length of |
Created with MrDocs