![]() |
OGRE
1.12.2
Object-Oriented Graphics Rendering Engine
|
Classes | |
| class | Ogre::OptimisedUtil |
| Utility class for provides optimised functions. More... | |
Namespaces | |
| Ogre | |
Functions | |
| template<class T > | |
| static OGRE_FORCE_INLINE void | Ogre::advanceRawPointer (const T *&ptr, ptrdiff_t offset) |
| Advance the pointer with raw offset. More... | |
| template<class T > | |
| static OGRE_FORCE_INLINE void | Ogre::advanceRawPointer (T *&ptr, ptrdiff_t offset) |
| template<class T > | |
| static const OGRE_FORCE_INLINE T * | Ogre::rawOffsetPointer (const T *ptr, ptrdiff_t offset) |
| Returns raw offseted of the given pointer. More... | |
| template<class T > | |
| static OGRE_FORCE_INLINE T * | Ogre::rawOffsetPointer (T *ptr, ptrdiff_t offset) |