![]()  | 
  
    OGRE
    master
    
   Object-Oriented Graphics Rendering Engine 
   | 
 
Classes | |
| class | Ogre::OptimisedUtil | 
| Utility class for provides optimised functions.  More... | |
Namespaces | |
| Ogre | |
 This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/   | |
Functions | |
| template<class T > | |
| static void | Ogre::advanceRawPointer (const T *&ptr, ptrdiff_t offset) | 
| Advance the pointer with raw offset.  More... | |
| template<class T > | |
| static void | Ogre::advanceRawPointer (T *&ptr, ptrdiff_t offset) | 
| template<class T > | |
| static const T * | Ogre::rawOffsetPointer (const T *ptr, ptrdiff_t offset) | 
| Returns raw offsetted of the given pointer.  More... | |
| template<class T > | |
| static T * | Ogre::rawOffsetPointer (T *ptr, ptrdiff_t offset) |