ASN1C C/C++ Common Runtime  ASN1C v7.4.x
Classes | Macros | Variables
Named Event Handlers

Classes

class  Asn1NamedEventHandler
 
class  Asn1NullEventHandler
 
class  Asn1ErrorHandler
 

Macros

#define OS_UNUSED_ARG(arg)   (void)arg
 

Variables

class EXTRTCLASS ASN1MessageBuffer
 

Detailed Description

Named Event Handler Classes include base classes from which user-defined error handler and event handler classes are derived.

Macro Definition Documentation

◆ OS_UNUSED_ARG

#define OS_UNUSED_ARG (   arg)    (void)arg

This macro is used to prevent warnings of unused arguments passed to generated functions and methods.

Parameters
argThe argument to be passed.

Referenced by bitStrValue(), boolValue(), charStrValue(), ASN1CType::DecodeFrom(), enumValue(), intValue(), octStrValue(), oidValue(), openTypeValue(), realValue(), and uIntValue().

Variable Documentation

◆ ASN1MessageBuffer

class EXTRTCLASS ASN1MessageBuffer

This definition is a forward reference to the ASN1MessageBuffer class.