Serious Sam's Bogus Detour  2016/06/09
Engine documentation
Public Member Functions | List of all members
utf8string Class Reference

Public Member Functions

utf8string operator= (const string &)
 
utf8string operator+= (const string &)
 
utf8string insert (uint32 pos, const string &str)
 
utf8string insert (uint32 pos, const utf8string &str)
 
utf8string erase (uint32 pos, uint32 len=1)
 
utf8string substr (uint32 pos, uint32 len)
 
int32 findFirst (const string &, uint32 start=0)
 
int32 findLast (const string &, int32 start=-1)
 
uint32 length ()
 
uint32 size ()
 
string plain ()
 

Member Function Documentation

utf8string utf8string::erase ( uint32  pos,
uint32  len = 1 
)
int32 utf8string::findFirst ( const string ,
uint32  start = 0 
)
int32 utf8string::findLast ( const string ,
int32  start = -1 
)
utf8string utf8string::insert ( uint32  pos,
const string str 
)
utf8string utf8string::insert ( uint32  pos,
const utf8string str 
)
uint32 utf8string::length ( )
utf8string utf8string::operator+= ( const string )
utf8string utf8string::operator= ( const string )
string utf8string::plain ( )
uint32 utf8string::size ( )
utf8string utf8string::substr ( uint32  pos,
uint32  len 
)

The documentation for this class was generated from the following file: