|
BDE 4.39.x Production Release
|
#include <balber_berencoder.h>
This class is used as a visitor for visiting the top-level element and also array elements during encoding. This class is required so that the universal tag number of the element can be determined when the element is visited.
Public Member Functions | |
| BerEncoder_UniversalElementVisitor (BerEncoder *encoder, int formattingMode) | |
| ~BerEncoder_UniversalElementVisitor () | |
| template<typename TYPE > | |
| int | operator() (const TYPE &value) |
|
inline |
|
inline |
| int balber::BerEncoder_UniversalElementVisitor::operator() | ( | const TYPE & | value | ) |