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

List iterator for const access. + More...

+ +

#include <irrList.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Friends

+ +

Detailed Description

+

template<class T>
+class irr::core::list< T >::ConstIterator

+ +

List iterator for const access.

+ +

Definition at line 87 of file irrList.h.

+

Constructor & Destructor Documentation

+ +
+
+
+template<class T>
+ + + + + + + +
irr::core::list< T >::ConstIterator::ConstIterator () [inline]
+
+
+ +

Definition at line 91 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
irr::core::list< T >::ConstIterator::ConstIterator (const Iteratoriter) [inline]
+
+
+ +

Definition at line 92 of file irrList.h.

+ +
+
+

Member Function Documentation

+ +
+
+
+template<class T>
+ + + + + + + + +
bool irr::core::list< T >::ConstIterator::operator!= (const ConstIteratorother) const [inline]
+
+
+ +

Definition at line 117 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
bool irr::core::list< T >::ConstIterator::operator!= (const Iteratorother) const [inline]
+
+
+ +

Definition at line 119 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + +
const T& irr::core::list< T >::ConstIterator::operator* () [inline]
+
+
+ +

Definition at line 121 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator irr::core::list< T >::ConstIterator::operator+ (s32 num) const [inline]
+
+
+ +

Definition at line 112 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + +
ConstIterator& irr::core::list< T >::ConstIterator::operator++ () [inline]
+
+
+ +

Definition at line 94 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator irr::core::list< T >::ConstIterator::operator++ (s32 ) [inline]
+
+
+ +

Definition at line 96 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator& irr::core::list< T >::ConstIterator::operator+= (s32 num) [inline]
+
+
+ +

Definition at line 99 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator irr::core::list< T >::ConstIterator::operator- (s32 num) const [inline]
+
+
+ +

Definition at line 114 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + +
ConstIterator& irr::core::list< T >::ConstIterator::operator-- () [inline]
+
+
+ +

Definition at line 95 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator irr::core::list< T >::ConstIterator::operator-- (s32 ) [inline]
+
+
+ +

Definition at line 97 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator& irr::core::list< T >::ConstIterator::operator-= (s32 num) [inline]
+
+
+ +

Definition at line 113 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + +
const T* irr::core::list< T >::ConstIterator::operator-> () [inline]
+
+
+ +

Definition at line 122 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
ConstIterator& irr::core::list< T >::ConstIterator::operator= (const Iteratoriterator) [inline]
+
+
+ +

Definition at line 124 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
bool irr::core::list< T >::ConstIterator::operator== (const ConstIteratorother) const [inline]
+
+
+ +

Definition at line 116 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + + + + + +
bool irr::core::list< T >::ConstIterator::operator== (const Iteratorother) const [inline]
+
+
+ +

Definition at line 118 of file irrList.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+
+template<class T>
+ + + + +
friend class Iterator [friend]
+
+
+ +

Definition at line 131 of file irrList.h.

+ +
+
+ +
+
+
+template<class T>
+ + + + +
friend class list< T > [friend]
+
+
+ +

Definition at line 132 of file irrList.h.

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