Go to the source code of this file.
Defines |
#define | IBSH(h) reinterpret_cast<iBase_EntitySetHandle>(h) |
#define | IBSHR(h) reinterpret_cast<iBase_EntitySetHandle&>(h) |
#define | IBEH(h) reinterpret_cast<iBase_EntityHandle>(h) |
#define | IBEHR(h) reinterpret_cast<iBase_EntityHandle&>(h) |
#define | PFX__(A, B) A ## B |
#define | PFX_(A, B) PFX__(A,B) |
#define | PFX(B) PFX_( ITAPS_PREFIX, B ) |
Functions |
class | PFX (Base) |
| PFX (_Instance) PFX(Base) |
Define Documentation
#define IBEH |
( |
|
h | ) |
reinterpret_cast<iBase_EntityHandle>(h) |
#define IBEHR |
( |
|
h | ) |
reinterpret_cast<iBase_EntityHandle&>(h) |
#define IBSH |
( |
|
h | ) |
reinterpret_cast<iBase_EntitySetHandle>(h) |
#define IBSHR |
( |
|
h | ) |
reinterpret_cast<iBase_EntitySetHandle&>(h) |
#define PFX__ |
( |
|
A, |
|
|
|
B |
|
) |
| A ## B |
Function Documentation
PFX |
( |
_Instance |
| ) |
[inline] |