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

Const 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 >::ConstIterator

+ +

Const Iterator.

+ +

Definition at line 287 of file irrMap.h.

+

Constructor & Destructor Documentation

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

Definition at line 292 of file irrMap.h.

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

Definition at line 295 of file irrMap.h.

+ +

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

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

Definition at line 301 of file irrMap.h.

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

Definition at line 302 of file irrMap.h.

+ +
+
+

Member Function Documentation

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

Definition at line 318 of file irrMap.h.

+ +

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

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

Definition at line 330 of file irrMap.h.

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

Definition at line 335 of file irrMap.h.

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

Definition at line 340 of file irrMap.h.

+ +

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

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

Definition at line 323 of file irrMap.h.

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

Definition at line 304 of file irrMap.h.

+ +

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

+ +
+
+

Friends And Related Function Documentation

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

Definition at line 289 of file irrMap.h.

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