Go to the source code of this file.
Macros |
#define | XN_DECLARE_STACK_WITH_TRANSLATOR_DECL(decl, Type, ClassName, Translator) |
#define | XN_DECLARE_STACK_WITH_TRANSLATOR(Type, ClassName, Translator) XN_DECLARE_STACK_WITH_TRANSLATOR_DECL(, ClassName, Translator) |
#define | XN_DECLARE_STACK_DECL(decl, Type, ClassName) |
#define | XN_DECLARE_STACK(Type, ClassName) XN_DECLARE_STACK_DECL(, Type, ClassName) |
Macro Definition Documentation
Declares a stack of type Type, named ClassName, that uses the default translator.
#define XN_DECLARE_STACK_DECL |
( |
|
decl, |
|
|
|
Type, |
|
|
|
ClassName |
|
) |
| |
Value:Declares a stack of type Type, named ClassName, that uses the default translator. It is declared using the declspec decl.
Declares a stack of type Type, named ClassName. The class uses Translator for translating from Type to XnValue.
#define XN_DECLARE_STACK_WITH_TRANSLATOR_DECL |
( |
|
decl, |
|
|
|
Type, |
|
|
|
ClassName, |
|
|
|
Translator |
|
) |
| |
Value: \
XN_DECLARE_QUEUE_WITH_TRANSLATOR_DECL(decl, Type, ClassName, Translator,
XnStack)
Declares a stack of type Type, named ClassName. The class uses Translator for translating from Type to XnValue. It is declared using the declspec decl.