Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Examples
ost::SString Member List
This is the complete list of members for ost::SString, including all inherited members.
- add(char c)
- append(const char *str, size_t count=0)
- append(size_t size, const char *format,...)
- append(const char *str, size_t offset, size_t count)
- append(const String &str)
- at(ssize_t offset) const
- big
- bigstring
- c_str(void) const
[inline]
- capacity(void) const
[inline]
- chop(const char *cs)
[inline]
- chop(size_t chars)
[inline]
- clear(void)
- compact(void)
[inline]
- compare(const char *text, size_t len=0, size_t index=0) const
[protected, virtual]
- copy(const String &str)
[protected]
- count(const String &s, size_t offset=0) const
- count(const char *s, size_t offset=0, size_t len=0) const
- data(void) const
[inline]
- empty(void) const
[inline]
- erase(size_t start, size_t len=npos)
- find(const String &s, size_t offset=0, unsigned instance=1) const
- find(const char *s, size_t offset=0, size_t len=0, unsigned count=1) const
- find(unsigned instance, const char *text, size_t offset=0, size_t len=0) const
[inline]
- find(unsigned instance, const String &string, size_t offset=0) const
[inline]
- getBool(bool defbool=false) const
- getIndex(size_t index) const
- getLength(void) const
- getline(std::istream &is, String &str, char delim='\n', size_t size=0)
[friend]
- getSize(void) const
- getSpace(size_t size)
[protected, static]
- getText(void) const
- getValue(long defvalue=0l) const
- index(size_t ind) const
[inline]
- init(void)
[protected]
- insert(size_t start, const char *text, size_t len=0)
- insert(size_t start, const String &str)
- isBig(void) const
[inline, protected]
- isEmpty(void) const
- length
[inline]
- length
[inline]
- length(void) const
[inline]
- ministring
- minsize
[protected, static]
- npos
[static]
- operator *=(const String &str) const
- operator *=(const char *str) const
- operator char *() const
[inline]
- operator!(void) const
[inline]
- operator!=(const String &str) const
- operator!=(const char *str) const
- operator+(const String &s1, const String &s2)
[friend]
- operator+(const String &s1, const char *s2)
[friend]
- operator+(const char *s1, const String &s2)
[friend]
- operator+(const String &s1, const char c2)
[friend]
- operator+(const char c1, const String &s2)
[friend]
- operator+=(const String &str)
[inline]
- operator+=(char c)
[inline]
- operator+=(const char *str)
[inline]
- operator+=(const std::string &str)
[inline]
- operator+=(int i)
[inline]
- operator+=(unsigned int i)
[inline]
- operator+=(long l)
[inline]
- operator+=(unsigned long l)
[inline]
- operator+=(float f)
[inline]
- operator+=(double d)
[inline]
- operator+=(short s)
[inline]
- operator+=(unsigned short s)
[inline]
- operator<(const String &str) const
- operator<(const char *str) const
- operator<<(std::ostream &os, const String &str)
[friend]
- operator<=(const String &str) const
- operator<=(const char *str) const
- operator=(const char *str)
[inline]
- operator=(int i)
[inline]
- operator=(unsigned int i)
[inline]
- operator=(long l)
[inline]
- operator=(unsigned long l)
[inline]
- operator=(float f)
[inline]
- operator=(double d)
[inline]
- operator=(short s)
[inline]
- operator=(unsigned short s)
[inline]
- operator=(const String &original)
[inline]
- operator==(const String &str) const
- operator==(const char *str) const
- operator>(const String &str) const
- operator>(const char *str) const
- operator>=(const String &str) const
- operator>=(const char *str) const
- operator>>(std::istream &is, String &str)
[friend]
- operator[](unsigned ind) const
[inline]
- overflow(int c)
[protected]
- pagesize
[protected, static]
- replace(size_t start, size_t len, const char *text, size_t count=0)
- replace(size_t start, size_t len, const String &string)
- resize(size_t size)
- rfind(const String &s, size_t offset=0) const
- rfind(const char *s, size_t offset=0, size_t len=0) const
- search(const char *text, size_t clen=0, size_t offset=0) const
[protected]
- set(const char *str, size_t len=0)
[protected]
- set(const String &str)
[protected]
- set(size_t size, const char *format,...)
[protected]
- setLength(size_t len)
[protected]
- setSize(size_t size)
[protected]
- size
[inline]
- size(void) const
[inline]
- size_type typedef
- slotcount
[protected, static]
- slotlimit
[protected, static]
- slotsize
[protected, static]
- SString()
- SString(const SString &from)
- String()
- String(const String &original)
- String(const char *str)
- String(std::string string)
- String(const String &str, size_t offset, size_t len=npos)
- String(size_t size, const char *format,...)
- String(size_t count, const char fill='')
- StringObject class
[friend]
- strip(const char *cs)
- strprintf(String &str, size_t size, const char *format,...)
[friend]
- substr(size_t start, size_t len) const
[inline]
- text
[inline]
- text
[inline]
- text(void) const
[inline]
- token(const char *delim="\t\n\r", size_t offset=0)
- trim(const char *cs)
[inline]
- trim(size_t count)
- ~SString()
- ~String()
[virtual]
Generated at Sat May 12 18:59:45 2007 for GNU CommonC++ by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001