Public Member Functions | Protected Member Functions | Friends
XnList::Iterator Class Reference

#include <XnList.h>

Inheritance diagram for XnList::Iterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Iterator (const Iterator &other)
XnValueoperator* () const
Iteratoroperator++ ()
Iterator operator++ (int)
Iteratoroperator-- ()
Iterator operator-- (int)

Protected Member Functions

 Iterator (XnNode *pNode)

Friends

class XnList

Detailed Description

Iterator to the XnList

Definition at line 156 of file XnList.h.


Constructor & Destructor Documentation

XnList::Iterator::Iterator ( const Iterator other) [inline]

Copy constructor

Parameters:
other[in] instance to copy from

Definition at line 166 of file XnList.h.

XnList::Iterator::Iterator ( XnNode pNode) [inline, protected]

constructor to be used from inside the XnList. It points to the node supplied.

Parameters:
pNode[in] The XnNode to which to currently point

Definition at line 215 of file XnList.h.


Member Function Documentation

XnValue& XnList::Iterator::operator* ( ) const [inline]

Get the value of the current object

Reimplemented from XnList::ConstIterator.

Definition at line 207 of file XnList.h.

Iterator& XnList::Iterator::operator++ ( ) [inline]

Support ++iterator, go to the next object in the list

Reimplemented from XnList::ConstIterator.

Definition at line 171 of file XnList.h.

Iterator XnList::Iterator::operator++ ( int  ) [inline]

Support iterator++, go to the next object in the list, returning the old value

Reimplemented from XnList::ConstIterator.

Definition at line 179 of file XnList.h.

Iterator& XnList::Iterator::operator-- ( ) [inline]

Support --iterator, go to the next object in the list

Reimplemented from XnList::ConstIterator.

Definition at line 189 of file XnList.h.

Iterator XnList::Iterator::operator-- ( int  ) [inline]

Support iterator--, go to the next object in the list, returning the old value

Reimplemented from XnList::ConstIterator.

Definition at line 197 of file XnList.h.


Friends And Related Function Documentation

friend class XnList [friend]

Reimplemented from XnList::ConstIterator.

Definition at line 159 of file XnList.h.


The documentation for this class was generated from the following file:


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