|
BDE 4.14.0 Production release
|
#include <balber_berencoder.h>
Public Member Functions | |
| BerEncoder_UniversalElementVisitor (BerEncoder *encoder, int formattingMode) | |
| ~BerEncoder_UniversalElementVisitor () | |
| template<typename TYPE > | |
| int | operator() (const TYPE &value) |
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.
|
inline |
|
inline |
| int balber::BerEncoder_UniversalElementVisitor::operator() | ( | const TYPE & | value | ) |