Assimp  v4.1. (December 2018)
OgreParsingUtils.h File Reference

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::Ogre
 

Functions

static AI_FORCE_INLINE bool Assimp::Ogre::EndsWith (const std::string &s, const std::string &suffix, bool caseSensitive=true)
 Returns if s ends with suffix. If caseSensitive is false, both strings will be lower cased before matching. More...
 
static AI_FORCE_INLINE std::string Assimp::Ogre::NextAfterNewLine (std::stringstream &ss, std::string &nextElement)
 Skips a line and reads next element from ss to nextElement. More...
 
static AI_FORCE_INLINE std::string Assimp::Ogre::SkipLine (std::stringstream &ss)
 Skips a line from current position until a newline. Returns the skipped part. More...
 
static AI_FORCE_INLINE std::string Assimp::Ogre::ToLower (std::string s)
 Returns a lower cased copy of . More...
 
static AI_FORCE_INLINE std::string & Assimp::Ogre::Trim (std::string &s, bool newlines=true)
 Trim from both ends. More...
 
static AI_FORCE_INLINE std::string & Assimp::Ogre::TrimLeft (std::string &s, bool newlines=true)
 Trim from start. More...
 
static AI_FORCE_INLINE std::string & Assimp::Ogre::TrimRight (std::string &s, bool newlines=true)
 Trim from end. More...