|
CLAM-Development
1.4.0
|
Go to the source code of this file.
Macros | |
| #define | __COMMON_DYNAMIC_TYPE(CLASS_NAME, N) |
| #define | DYNAMIC_TYPE(CLASS_NAME, N) |
| #define | DYNAMIC_TYPE_USING_INTERFACE(CLASS_NAME, N, INTERFACE_NAME) |
| #define | __COMMON_DYN_ATTRIBUTE(N, ACCESS, TYPE, NAME) |
| #define | DYN_ATTRIBUTE(N, ACCESS, TYPE, NAME) |
| #define | DYN_CONTAINER_ATTRIBUTE(N, ACCESS, TYPE, NAME, ENAME) |
| #define __COMMON_DYN_ATTRIBUTE | ( | N, | |
| ACCESS, | |||
| TYPE, | |||
| NAME | |||
| ) |
Definition at line 212 of file DynamicTypeMacros.hxx.
| #define __COMMON_DYNAMIC_TYPE | ( | CLASS_NAME, | |
| N | |||
| ) |
Definition at line 40 of file DynamicTypeMacros.hxx.
| #define DYN_ATTRIBUTE | ( | N, | |
| ACCESS, | |||
| TYPE, | |||
| NAME | |||
| ) |
Definition at line 318 of file DynamicTypeMacros.hxx.
| #define DYN_CONTAINER_ATTRIBUTE | ( | N, | |
| ACCESS, | |||
| TYPE, | |||
| NAME, | |||
| ENAME | |||
| ) |
Definition at line 338 of file DynamicTypeMacros.hxx.
| #define DYNAMIC_TYPE | ( | CLASS_NAME, | |
| N | |||
| ) |
Definition at line 184 of file DynamicTypeMacros.hxx.
| #define DYNAMIC_TYPE_USING_INTERFACE | ( | CLASS_NAME, | |
| N, | |||
| INTERFACE_NAME | |||
| ) |
Definition at line 198 of file DynamicTypeMacros.hxx.
1.8.1