|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
| Classes | |
| class | Ogre::OptimisedUtil | 
| Utility class for provides optimised functions.  More... | |
| Namespaces | |
| namespace | Ogre | 
| bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h> | |
| Functions | |
| template<class T > | |
| static FORCEINLINE void | Ogre::advanceRawPointer (const T *&ptr, ptrdiff_t offset) | 
| Advance the pointer with raw offset. | |
| template<class T > | |
| static FORCEINLINE void | Ogre::advanceRawPointer (T *&ptr, ptrdiff_t offset) | 
| template<class T > | |
| static FORCEINLINE void | Ogre::advanceRawPointer (T *&ptr, size_t offset) | 
| template<class T > | |
| static FORCEINLINE const T * | Ogre::rawOffsetPointer (const T *ptr, ptrdiff_t offset) | 
| Returns raw offseted of the given pointer. | |
| template<class T > | |
| static FORCEINLINE const T * | Ogre::rawOffsetPointer (const T *ptr, size_t offset) | 
| template<class T > | |
| static FORCEINLINE T * | Ogre::rawOffsetPointer (T *ptr, ptrdiff_t offset) | 
| template<class T > | |
| static FORCEINLINE T * | Ogre::rawOffsetPointer (T *ptr, size_t offset) |