OpenNI 1.0.0

xn::NodeInfoList::Iterator Class Reference

Represents an iterator over a NodeInfoList list.

#include <XnCppWrapper.h>

List of all members.

Public Member Functions

XnBool operator== (const Iterator &other) const
XnBool operator!= (const Iterator &other) const
Iteratoroperator++ ()
Iterator operator++ (int)
Iteratoroperator-- ()
Iterator operator-- (int)
NodeInfo operator* ()

Friends

class NodeInfoList

Member Function Documentation

XnBool xn::NodeInfoList::Iterator::operator!= ( const Iterator other) const [inline]

Checks if another iterator points at a different location.

Parameters:
other[in] Another iterator
NodeInfo xn::NodeInfoList::Iterator::operator* ( ) [inline]

Gets the NodeInfo object pointed by the iterator.

Iterator xn::NodeInfoList::Iterator::operator++ ( int  ) [inline]

Returns an iterator pointing at the next object. If the end of the list was reached, that iterator will now be equal to NodeInfoList::End().

Iterator& xn::NodeInfoList::Iterator::operator++ ( ) [inline]

Moves the iterator to the next object. If the end of the list was reached, the iterator will now be equal to NodeInfoList::End().

Iterator xn::NodeInfoList::Iterator::operator-- ( int  ) [inline]

Returns an iterator pointing at the previous object.

Iterator& xn::NodeInfoList::Iterator::operator-- ( ) [inline]

Moves the iterator to the previous object.

XnBool xn::NodeInfoList::Iterator::operator== ( const Iterator other) const [inline]

Checks if another iterator points at the same location.

Parameters:
other[in] Another iterator

Friends And Related Function Documentation

friend class NodeInfoList [friend]

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