This class is used as a visitor for visiting contained objects during encoding. Produces always BER elements with CONTEXT_SPECIFIC BER tag.
Declared in <balber_berencoder.h>
class BerEncoder_Visitor;
| Name | Description |
|---|---|
BerEncoder_Visitor [constructor] | Create a visitor that encodes contained objects using the specified encoder. |
~BerEncoder_Visitor [destructor] | Destroy this visitor. |
operator() | Encode the specified value using the specified attribute info. Return 0 on success, and a non-zero value otherwise. |