ASN1C C/C++ Common Runtime  ASN1C v7.4.x
Classes | Macros | Variables
asn1CppEvtHndlr.h File Reference
#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
 

Detailed Description

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.