|
CFx SDK Documentation 2026 SP0
|
#include "OdaCommon.h"#include "TD_PackPush.h"#include "RxObject.h"#include "OdMutex.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdRxObjectImpl< T, TInterface > |
| class | OdObjectWithImpl< T, TImpl > |
Macros | |
| #define | OdRxObjectImpl2 OdRxObjectImpl |
| #define | RXIMPL_CONSTR(ClassName) |
| #define | ABSTRACTIMPL_CONSTR(CLASS) |
| #define | OD_IDCAT(ID, Postf) |
| #define | RXIMPLOBJCONSTRUCT(ClassName) |
| #define | IMPLOBJCONSTRUCT(ClassName) |
| #define ABSTRACTIMPL_CONSTR | ( | CLASS | ) |
Defines a pseudo-constructor for the specified class.
Definition at line 137 of file RxObjectImpl.h.
| #define IMPLOBJCONSTRUCT | ( | ClassName | ) |
Definition at line 165 of file RxObjectImpl.h.
| #define OD_IDCAT | ( | ID, | |
| Postf ) |
Definition at line 161 of file RxObjectImpl.h.
| #define OdRxObjectImpl2 OdRxObjectImpl |
Definition at line 126 of file RxObjectImpl.h.
| #define RXIMPL_CONSTR | ( | ClassName | ) |
Defines the pseudo-constructor for the specified class that is equivalent the pseudo-constructor of the wrapper class using the standard implementation.
Definition at line 132 of file RxObjectImpl.h.
| #define RXIMPLOBJCONSTRUCT | ( | ClassName | ) |
Definition at line 163 of file RxObjectImpl.h.