Classes | Defines
XnList.h File Reference
#include <XnDataTypes.h>
#include <IXnNodeAllocator.h>
#include <XnNodeAllocator.h>
#include <XnNode.h>
Include dependency graph for XnList.h:
This graph shows which files directly or indirectly include this file:

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

#define XN_DECLARE_LIST (   Type,
  ClassName 
)    XN_DECLARE_LIST_DECL(, Type, ClassName)

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.

#define XN_DECLARE_LIST_DECL (   decl,
  Type,
  ClassName 
)
Value:
XN_DECLARE_DEFAULT_VALUE_TRANSLATOR_DECL(decl, Type, XN_DEFAULT_TRANSLATOR_NAME(ClassName))                     \
        XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(decl, Type, ClassName, XN_DEFAULT_TRANSLATOR_NAME(ClassName))

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.

#define XN_DECLARE_LIST_WITH_TRANSLATOR (   Type,
  ClassName,
  Translator 
)    XN_DECLARE_LIST_WITH_TRANSLATOR_DECL(, Type, ClassName, Translator)

Declares a list of type Type, which is named ClassName. The list uses translator Translator.

Definition at line 721 of file XnList.h.

#define XN_DECLARE_LIST_WITH_TRANSLATOR_DECL (   decl,
  Type,
  ClassName,
  Translator 
)

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.



nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:51