csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator Class Reference
Reverse iterator for the csArray class. More...
#include <csutil/array.h>
Public Member Functions | |
| bool | HasNext () const |
| Return true if the next Next() call will return an element. | |
| T & | Next () |
| Return the next element in the array. | |
| ReverseIterator & | operator= (ReverseIterator const &r) |
| Assignment operator. | |
| void | Reset () |
| Reset the array to the first element. | |
| ReverseIterator (ReverseIterator const &r) | |
| Copy constructor. | |
Friends | |
| class | csArray< T, ElementHandler, MemoryAllocator, CapacityHandler > |
Detailed Description
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
class csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator
Reverse iterator for the csArray class.
Definition at line 1269 of file array.h.
Constructor & Destructor Documentation
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
| csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator::ReverseIterator | ( | ReverseIterator const & | r | ) | [inline] |
Member Function Documentation
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
| bool csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator::HasNext | ( | ) | const [inline] |
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
| T& csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator::Next | ( | ) | [inline] |
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
| ReverseIterator& csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator::operator= | ( | ReverseIterator const & | r | ) | [inline] |
template<class T, class ElementHandler = csArrayElementHandler<T>, class MemoryAllocator = CS::Container::ArrayAllocDefault, class CapacityHandler = CS::Container::ArrayCapacityDefault>
| void csArray< T, ElementHandler, MemoryAllocator, CapacityHandler >::ReverseIterator::Reset | ( | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/array.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
