CFx SDK Documentation  2023 SP0
Classes | Macros | Typedefs | Functions
RxEvent.h File Reference
#include "TD_PackPush.h"
#include "RxObject.h"
#include "DbExport.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdRxEventReactor
 
class  OdRxEvent
 

Macros

#define ODRX_EVENT_OBJ   OD_T("OdRxEvent")
 

Typedefs

typedef OdSmartPtr< OdRxEventReactorOdRxEventReactorPtr
 
typedef OdSmartPtr< OdRxEventOdRxEventPtr
 

Functions

TOOLKIT_EXPORT OdRxEventPtr odrxEvent ()
 

Macro Definition Documentation

◆ ODRX_EVENT_OBJ

#define ODRX_EVENT_OBJ   OD_T("OdRxEvent")

Definition at line 35 of file RxEvent.h.

Typedef Documentation

◆ OdRxEventPtr

This template class is a specialization of the OdSmartPtr class for OdRxEvent object pointers.

Definition at line 670 of file RxEvent.h.

◆ OdRxEventReactorPtr

This template class is a specialization of the OdSmartPtr class for OdRxEventReactor object pointers.

Definition at line 638 of file RxEvent.h.

Function Documentation

◆ odrxEvent()