Invoke accessor on the non-modifiable attribute indicated by id.
Declared in <baljsn_decoderoptions.h>
template<typename t_ACCESSOR>
int
accessAttribute(
t_ACCESSOR& accessor,
int id) const;
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.
value returned by accessor, or -1 if id is not found
| Name | Description |
|---|---|
| accessor | functor invoked on the matching attribute |
| id | attribute id |