OpenNI 1.5.4: XnList::Iterator Class Reference

OpenNI

XnList::Iterator Class Reference

#include <XnList.h>

Inheritance diagram for XnList::Iterator:

List of all members.

Public Member Functions

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

Protected Member Functions

 Iterator (XnNode *pNode)

Friends

class XnList

Detailed Description


Constructor & Destructor Documentation

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

Copy constructor

Parameters:
other[in] instance to copy from
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

Member Function Documentation

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

Get the value of the current object

Reimplemented from XnList::ConstIterator.

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

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

Reimplemented from XnList::ConstIterator.

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

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

Reimplemented from XnList::ConstIterator.

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

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

Reimplemented from XnList::ConstIterator.

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

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

Reimplemented from XnList::ConstIterator.


Friends And Related Function Documentation

friend class XnList [friend]

Reimplemented from XnList::ConstIterator.


The documentation for this class was generated from the following file:
Generated on Wed May 16 2012 10:16:06 for OpenNI 1.5.4 by   doxygen 1.7.5.1