ost::String Member List

This is the complete list of members for ost::String, including all inherited members.

add(char c)ost::String
append(const char *str, size_t count=0)ost::String
append(size_t size, const char *format,...)ost::String
append(const char *str, size_t offset, size_t count)ost::String
append(const String &str)ost::String
at(ssize_t offset) const ost::String
bigost::String
bigstringost::String
c_str(void) const ost::String [inline]
capacity(void) const ost::String [inline]
chop(const char *cs)ost::String [inline]
chop(size_t chars)ost::String [inline]
clear(void)ost::String
compact(void)ost::String [inline]
compare(const char *text, size_t len=0, size_t index=0) const ost::String [protected, virtual]
copy(const String &str)ost::String [protected]
count(const String &s, size_t offset=0) const ost::String
count(const char *s, size_t offset=0, size_t len=0) const ost::String
data(void) const ost::String [inline]
empty(void) const ost::String [inline]
erase(size_t start, size_t len=npos)ost::String
find(const String &s, size_t offset=0, unsigned instance=1) const ost::String
find(const char *s, size_t offset=0, size_t len=0, unsigned count=1) const ost::String
find(unsigned instance, const char *text, size_t offset=0, size_t len=0) const ost::String [inline]
find(unsigned instance, const String &string, size_t offset=0) const ost::String [inline]
getBool(bool defbool=false) const ost::String
getIndex(size_t index) const ost::String
getLength(void) const ost::String
getline(std::istream &is, String &str, char delim= '\n', size_t size=0)ost::String [friend]
getSize(void) const ost::String
getSpace(size_t size)ost::String [protected, static]
getText(void) const ost::String
getValue(long defvalue=0l) const ost::String
index(size_t ind) const ost::String [inline]
init(void)ost::String [protected]
insert(size_t start, const char *text, size_t len=0)ost::String
insert(size_t start, const String &str)ost::String
isBig(void) const ost::String [inline, protected]
isEmpty(void) const ost::String
lengthost::String
lengthost::String
length(void) const ost::String [inline]
MemPager classost::String [friend]
ministringost::String
minsizeost::String [protected, static]
nposost::String [static]
operator char *() const ost::String [inline]
operator!(void) const ost::String [inline]
operator!=(const String &str) const ost::String
operator!=(const char *str) const ost::String
operator*=(const String &str) const ost::String
operator*=(const char *str) const ost::String
operator+(const String &s1, const String &s2)ost::String [friend]
operator+(const String &s1, const char *s2)ost::String [friend]
operator+(const char *s1, const String &s2)ost::String [friend]
operator+(const String &s1, const char c2)ost::String [friend]
operator+(const char c1, const String &s2)ost::String [friend]
operator+=(const String &str)ost::String [inline]
operator+=(char c)ost::String [inline]
operator+=(const char *str)ost::String [inline]
operator+=(const std::string &str)ost::String [inline]
operator+=(int i)ost::String [inline]
operator+=(unsigned int i)ost::String [inline]
operator+=(long l)ost::String [inline]
operator+=(unsigned long l)ost::String [inline]
operator+=(float f)ost::String [inline]
operator+=(double d)ost::String [inline]
operator+=(short s)ost::String [inline]
operator+=(unsigned short s)ost::String [inline]
operator<(const String &str) const ost::String
operator<(const char *str) const ost::String
operator<<(std::ostream &os, const String &str)ost::String [friend]
operator<=(const String &str) const ost::String
operator<=(const char *str) const ost::String
operator=(const char *str)ost::String [inline]
operator=(int i)ost::String [inline]
operator=(unsigned int i)ost::String [inline]
operator=(long l)ost::String [inline]
operator=(unsigned long l)ost::String [inline]
operator=(float f)ost::String [inline]
operator=(double d)ost::String [inline]
operator=(short s)ost::String [inline]
operator=(unsigned short s)ost::String [inline]
operator=(const String &original)ost::String [inline]
operator==(const String &str) const ost::String
operator==(const char *str) const ost::String
operator>(const String &str) const ost::String
operator>(const char *str) const ost::String
operator>=(const String &str) const ost::String
operator>=(const char *str) const ost::String
operator>>(std::istream &is, String &str)ost::String [friend]
operator[](unsigned ind) const ost::String [inline]
pagesizeost::String [protected, static]
replace(size_t start, size_t len, const char *text, size_t count=0)ost::String
replace(size_t start, size_t len, const String &string)ost::String
resize(size_t size)ost::String
rfind(const String &s, size_t offset=0) const ost::String
rfind(const char *s, size_t offset=0, size_t len=0) const ost::String
search(const char *text, size_t clen=0, size_t offset=0) const ost::String [protected]
set(const char *str, size_t len=0)ost::String [protected]
set(const String &str)ost::String [protected]
set(size_t size, const char *format,...)ost::String [protected]
setLength(size_t len)ost::String [protected]
setSize(size_t size)ost::String [protected]
sizeost::String
size(void) const ost::String [inline]
size_type typedefost::String
slotcountost::String [protected, static]
slotlimitost::String [protected, static]
slotsizeost::String [protected, static]
String()ost::String
String(const String &original)ost::String
String(const char *str)ost::String
String(std::string string)ost::String
String(const String &str, size_t offset, size_t len=npos)ost::String
String(size_t size, const char *format,...)ost::String
String(size_t count, const char fill= ' ')ost::String
StringObject classost::String [friend]
strip(const char *cs)ost::String
strprintf(String &str, size_t size, const char *format,...)ost::String [friend]
substr(size_t start, size_t len) const ost::String [inline]
textost::String
textost::String
text(void) const ost::String [inline]
token(const char *delim=" \t\n\r", size_t offset=0)ost::String
trim(const char *cs)ost::String [inline]
trim(size_t count)ost::String
~String()ost::String [virtual]


Generated on Fri Jan 8 01:25:57 2016 for GNU CommonC++ by  doxygen 1.5.6