Go to the source code of this file.
Classes |
class | XnStack |
Defines |
#define | XN_DECLARE_STACK(Type, ClassName) XN_DECLARE_STACK_DECL(, Type, ClassName) |
#define | XN_DECLARE_STACK_DECL(decl, Type, ClassName) |
#define | XN_DECLARE_STACK_WITH_TRANSLATOR(Type, ClassName, Translator) XN_DECLARE_STACK_WITH_TRANSLATOR_DECL(, ClassName, Translator) |
#define | XN_DECLARE_STACK_WITH_TRANSLATOR_DECL(decl, Type, ClassName, Translator) |
Define Documentation
Declares a stack of type Type, named ClassName, that uses the default translator.
Definition at line 149 of file XnStack.h.
Value:Declares a stack of type Type, named ClassName, that uses the default translator. It is declared using the declspec decl.
Definition at line 142 of file XnStack.h.
Declares a stack of type Type, named ClassName. The class uses Translator for translating from Type to XnValue.
Definition at line 135 of file XnStack.h.
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.
Definition at line 127 of file XnStack.h.