Invoke the specified accessor on each attribute of this object.
Synopsis
Declared in <balber_berdecoderoptions.h>
template<class ACCESSOR>
int
accessAttributes(ACCESSOR& accessor) const;
Description
Invoke the specified accessor sequentially on each (non‐modifiable) attribute of this object, supplying accessor with the corresponding attribute information structure until such invocation returns a non‐zero value. Return the value from the last invocation of accessor (i.e., the invocation that terminated the sequence).
Return Value
value from the last invocation of accessor
Parameters
Name |
Description |
accessor |
functor invoked for each non‐modifiable attribute |
Created with MrDocs