OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreIteratorWrapper.h File Reference
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
+ Include dependency graph for OgreIteratorWrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::ConstMapIterator< T >
 Concrete IteratorWrapper for const access to the underlying key-value container. More...
 
class  Ogre::ConstVectorIterator< T >
 Concrete IteratorWrapper for const access to the underlying container. More...
 
class  Ogre::IteratorWrapper< T, IteratorType, ValType >
 Basefunctionality for IteratorWrappers. More...
 
class  Ogre::MapIterator< T >
 Concrete IteratorWrapper for nonconst access to the underlying key-value container. More...
 
class  Ogre::MapIteratorWrapper< T, IteratorType >
 Prepared IteratorWrapper for key-value container. More...
 
class  Ogre::VectorIterator< T >
 Concrete IteratorWrapper for nonconst access to the underlying container. More...
 
class  Ogre::VectorIteratorWrapper< T, IteratorType >
 Prepared IteratorWrapper for container like std::vector. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/