OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
OgreString.h File Reference

Classes

class  Ogre::StringUtil
 Utility class for manipulating Strings. More...
 

Namespaces

namespace  Ogre
 

Macros

#define OGRE_FORMAT_PRINTF(string_idx, first_to_check)   __attribute__ ((format (printf, string_idx, first_to_check)))
 
#define stricmp   strcasecmp
 
#define strnicmp   strncasecmp
 

Typedefs

typedef ::std::hash< _StringBaseOgre::_StringHash
 

Macro Definition Documentation

◆ stricmp

#define stricmp   strcasecmp

◆ strnicmp

#define strnicmp   strncasecmp

◆ OGRE_FORMAT_PRINTF

#define OGRE_FORMAT_PRINTF (   string_idx,
  first_to_check 
)    __attribute__ ((format (printf, string_idx, first_to_check)))