|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
#include "OgrePrerequisites.h"#include "Hash/MurmurHash3.h"#include "OgreFastArray.h"#include "OgreIdString.h"| Classes | |
| struct | Ogre::AbiCookie | 
| Namespaces | |
| namespace | Ogre | 
| bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h> | |
| Macros | |
| #define | OGRE_HASH128_FUNC MurmurHash3_x86_128 | 
| Functions | |
| FORCEINLINE AbiCookie | Ogre::generateAbiCookie () | 
| generateAbiCookie Generates a cookie containing all (or most) relevant settings that determine ABI compatibility between a library and an application | |
| bool _OgreExport | Ogre::testAbiCookie (const AbiCookie appCookie, bool bAbortOnError=true) | 
| testAbiCookie Tests the given clientCookie (generated by generateAbiCookie) against a cookie generated in the library. | |
| #define OGRE_HASH128_FUNC MurmurHash3_x86_128 |