From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...r_1_1core_1_1map_1_1_parent_first_iterator.html | 355 +++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator.html new file mode 100644 index 0000000..3dc011b --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_parent_first_iterator.html @@ -0,0 +1,355 @@ + + + + +Irrlicht 3D Engine: irr::core::map< KeyType, ValueType >::ParentFirstIterator Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::core::map< KeyType, ValueType >::ParentFirstIterator Class Reference
+
+
+ +

Parent First Iterator. + More...

+ +

#include <irrMap.h>

+ +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

template<class KeyType, class ValueType>
+class irr::core::map< KeyType, ValueType >::ParentFirstIterator

+ +

Parent First Iterator.

+

Traverses the tree from top to bottom. Typical usage is when storing the tree structure, because when reading it later (and inserting elements) the tree structure will be the same.

+ +

Definition at line 441 of file irrMap.h.

+

Constructor & Destructor Documentation

+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
irr::core::map< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator () [inline]
+
+
+ +

Definition at line 445 of file irrMap.h.

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
irr::core::map< KeyType, ValueType >::ParentFirstIterator::ParentFirstIterator (Noderoot) [inline, explicit]
+
+
+ +

Definition at line 447 of file irrMap.h.

+ +

References irr::core::map< KeyType, ValueType >::ParentFirstIterator::reset().

+ +
+
+

Member Function Documentation

+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
bool irr::core::map< KeyType, ValueType >::ParentFirstIterator::atEnd () const [inline]
+
+ +
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
Node* irr::core::map< KeyType, ValueType >::ParentFirstIterator::getNode () [inline]
+
+ +
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
Node& irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator* () [inline]
+
+ +
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
void irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator++ (int ) [inline]
+
+
+ +

Definition at line 475 of file irrMap.h.

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
Node* irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator-> () [inline]
+
+
+ +

Definition at line 480 of file irrMap.h.

+ +

References irr::core::map< KeyType, ValueType >::ParentFirstIterator::getNode().

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
ParentFirstIterator& irr::core::map< KeyType, ValueType >::ParentFirstIterator::operator= (const ParentFirstIteratorsrc) [inline]
+
+
+ +

Definition at line 468 of file irrMap.h.

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
void irr::core::map< KeyType, ValueType >::ParentFirstIterator::reset () [inline]
+
+ +
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1