|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
StaticObjectWrapper.h File Reference
|
Namespaces |
| namespace | acdk |
| namespace | acdk::lang |
| namespace | acdk::lang::sys |
Defines |
| #define | ACDK_STATIC_INSTANCE0(Type, name) static ::acdk::lang::sys::StaticObjectWrapper<Type, R##Type> name |
| | use this macro in method to declare a static method.
|
| #define | ACDK_STATIC_INSTANCE1(Type, ArgType1, arg1, name) static ::acdk::lang::sys::StaticObjectWrapper1<Type, R##Type, ArgType1> name(arg1) |
| | use this macro in method to declare a static method.
|
| #define | ACDK_STATIC_INSTANCE2(Type, ArgType1, arg1, ArgType2, arg2, name) static ::acdk::lang::sys::StaticObjectWrapper2<Type, R##Type, ArgType1, ArgType2> name(arg1, arg2) |
| | use this macro in method to declare a static method.
|
|
|