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. --- .../html/classirr_1_1core_1_1map_1_1_iterator.html | 423 +++++++++++++++++++++ 1 file changed, 423 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_iterator.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_iterator.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_iterator.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_iterator.html new file mode 100644 index 0000000..c8238eb --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1core_1_1map_1_1_iterator.html @@ -0,0 +1,423 @@ + + + + +Irrlicht 3D Engine: irr::core::map< KeyType, ValueType >::Iterator Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::core::map< KeyType, ValueType >::Iterator Class Reference
+
+
+ +

Normal Iterator. + More...

+ +

#include <irrMap.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Friends

+ +

Detailed Description

+

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

+ +

Normal Iterator.

+ +

Definition at line 139 of file irrMap.h.

+

Constructor & Destructor Documentation

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

Definition at line 144 of file irrMap.h.

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

Definition at line 147 of file irrMap.h.

+ +

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

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

Definition at line 153 of file irrMap.h.

+ +
+
+

Member Function Documentation

+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
bool irr::core::map< KeyType, ValueType >::Iterator::atEnd () const [inline]
+
+ +
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + +
Node* irr::core::map< KeyType, ValueType >::Iterator::getNode () const [inline]
+
+
+ +

Definition at line 169 of file irrMap.h.

+ +

Referenced by irr::core::map< KeyType, ValueType >::Iterator::operator->().

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

Definition at line 196 of file irrMap.h.

+ +

References _IRR_DEBUG_BREAK_IF, and irr::core::map< KeyType, ValueType >::Iterator::atEnd().

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
void irr::core::map< KeyType, ValueType >::Iterator::operator++ (int ) [inline]
+
+
+ +

Definition at line 181 of file irrMap.h.

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
void irr::core::map< KeyType, ValueType >::Iterator::operator-- (int ) [inline]
+
+
+ +

Definition at line 186 of file irrMap.h.

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

Definition at line 191 of file irrMap.h.

+ +

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

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

Definition at line 174 of file irrMap.h.

+ +
+
+ +
+
+
+template<class KeyType, class ValueType>
+ + + + + + + + +
void irr::core::map< KeyType, ValueType >::Iterator::reset (bool atLowest = true) [inline]
+
+
+ +

Definition at line 155 of file irrMap.h.

+ +

Referenced by irr::core::map< KeyType, ValueType >::Iterator::Iterator().

+ +
+
+

Friends And Related Function Documentation

+ +
+
+
+template<class KeyType, class ValueType>
+ + + + +
friend class ConstIterator [friend]
+
+
+ +

Definition at line 141 of file irrMap.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1