|
ASN1C C/C++ Common Runtime
ASN1C v7.8.x
|
#include "rtsrc/asn1type.h"Go to the source code of this file.
Classes | |
| class | Asn1NamedEventHandler |
| class | Asn1NullEventHandler |
| class | Asn1ErrorHandler |
Macros | |
| #define | OS_UNUSED_ARG(arg) (void)arg |
Variables | |
| class EXTRTCLASS | ASN1MessageBuffer |
Named event handler base class. The Asn1Named Event Handler class is an abstract base class from which user-defined event handlers are derived. This class contains pure virtual function definitions for all of the methods that must be implemented to create a customized event handler class.