OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
OgreIdString.h File Reference
#include "OgrePrerequisites.h"
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include "Hash/MurmurHash3.h"

Classes

struct  Ogre::IdString
 Hashed string. More...
 

Namespaces

 Ogre
 bswapNN may be defined as macros in <sys/endian.h> or <sys/bswap.h>
 

Macros

#define OGRE_APPEND_DEBUG_STRING(_Expression)   ( (void)0 )
 
#define OGRE_COPY_DEBUG_STRING(_Expression)   ( (void)0 )
 
#define OGRE_HASH_BITS   32
 
#define OGRE_HASH_FUNC   MurmurHash3_x86_32
 

Typedefs

typedef StdVector< IdString > Ogre::IdStringVec
 

Macro Definition Documentation

◆ OGRE_APPEND_DEBUG_STRING

#define OGRE_APPEND_DEBUG_STRING (   _Expression)    ( (void)0 )

◆ OGRE_COPY_DEBUG_STRING

#define OGRE_COPY_DEBUG_STRING (   _Expression)    ( (void)0 )

◆ OGRE_HASH_BITS

#define OGRE_HASH_BITS   32

◆ OGRE_HASH_FUNC

#define OGRE_HASH_FUNC   MurmurHash3_x86_32