Go to the source code of this file.
Classes |
class | XnList::ConstIterator |
class | XnList::Iterator |
class | XnList |
Defines |
#define | XN_DECLARE_LIST(Type, ClassName) XN_DECLARE_LIST_DECL(, Type, ClassName) |
#define | XN_DECLARE_LIST_DECL(decl, Type, ClassName) |
#define | XN_DECLARE_LIST_WITH_TRANSLATOR(Type, ClassName, Translator) XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(, Type, ClassName, Translator) |
#define | XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(decl, Type, ClassName, Translator) |
Define Documentation
Declares a list of type Type, which is named ClassName. The list uses creates a default translator.
Definition at line 735 of file XnList.h.
Value:Declares a list of type Type, which is named ClassName. The list uses creates a default translator and is declared using the decl declspec.
Definition at line 728 of file XnList.h.
Declares a list of type Type, which is named ClassName. The list uses translator Translator.
Definition at line 721 of file XnList.h.
Declares a list of type Type, which is named ClassName. The list uses translator Translator, and is declared using the decl declspec.
Definition at line 560 of file XnList.h.