append(const_iterator i1, const_iterator i2) | ustl::string | [inline] |
append(const_pointer s, size_type len) | ustl::string | |
append(const_pointer s) | ustl::string | |
append(size_type n, const_reference c) (defined in ustl::string) | ustl::string | |
append(size_type n, wchar_t c) | ustl::string | |
assign(const_iterator i1, const_iterator i2) | ustl::string | [inline] |
assign(const_pointer s, size_type len) | ustl::string | |
assign(const_pointer s) | ustl::string | |
ustl::memblock::assign(const void *p, size_type n) | ustl::memblock | |
ustl::memblock::assign(const cmemlink &l) | ustl::memblock | [inline] |
at(uoff_t pos) const | ustl::string | [inline] |
at(uoff_t pos) | ustl::string | [inline] |
begin(void) const | ustl::string | [inline] |
begin(void) | ustl::string | [inline] |
c_PageSize | ustl::memblock | [static] |
c_str(void) const (defined in ustl::string) | ustl::string | [inline] |
c_Terminator | ustl::string | [static] |
capacity(void) const | ustl::string | [inline] |
cdata(void) const | ustl::cmemlink | [inline] |
char_at(uoff_t pos) const | ustl::string | |
clear(void) | ustl::string | [inline] |
cmemlink(void) | ustl::cmemlink | |
cmemlink(const void *p, size_type n) | ustl::cmemlink | |
cmemlink(const cmemlink &l) | ustl::cmemlink | |
compare(const string &s) const | ustl::string | [inline] |
compare(const_pointer s) const | ustl::string | [inline] |
compare(const_iterator first1, const_iterator last1, const_iterator first2, const_iterator last2) const | ustl::string | |
const_iterator typedef (defined in ustl::string) | ustl::string | |
const_pointer typedef (defined in ustl::string) | ustl::string | |
const_reference typedef (defined in ustl::string) | ustl::string | |
const_reverse_iterator typedef (defined in ustl::string) | ustl::string | |
constructBlock(void *, size_type) const | ustl::memlink | [protected, virtual] |
copy(const cmemlink &l) | ustl::memlink | [inline] |
copy(const void *p, size_type n) | ustl::memlink | [inline] |
copy(iterator offset, const void *p, size_type n) | ustl::memlink | |
copyto(pointer p, size_type n, const_iterator start) const | ustl::string | |
data(void) | ustl::string | [inline] |
deallocate(void) | ustl::memblock | |
destructBlock(void *, size_type) const | ustl::memlink | [protected, virtual] |
difference_type typedef (defined in ustl::cmemlink) | ustl::cmemlink | |
elementBytes(size_type n) const (defined in ustl::cmemlink) | ustl::cmemlink | [inline] |
elementSize(void) const | ustl::cmemlink | [virtual] |
empty(void) const | ustl::cmemlink | [inline] |
empty_string | ustl::string | [static] |
end(void) const | ustl::string | [inline] |
end(void) | ustl::string | [inline] |
erase(iterator start, size_type size=1) | ustl::string | |
erase(uoff_t start, size_type size=1) | ustl::string | |
erase(iterator first, const_iterator last) (defined in ustl::string) | ustl::string | [inline] |
fill(iterator start, const void *p, size_type elsize, size_type elCount=1) | ustl::memlink | |
find(const_reference c, const_iterator pos=NULL) const | ustl::string | |
find(const string &s, const_iterator pos=NULL) const | ustl::string | |
find_first_not_of(const string &s, const_iterator pos=NULL) const | ustl::string | |
find_first_of(const string &s, const_iterator pos=NULL) const | ustl::string | |
find_last_not_of(const string &s, const_iterator pos=NULL) const | ustl::string | |
find_last_of(const string &s, const_iterator pos=NULL) const | ustl::string | |
format(const char *fmt,...) __attribute__((__format__(__printf__ | ustl::string | |
hash(const char *f1, const char *l1) | ustl::string | [static] |
ichar(uoff_t c) const | ustl::string | |
ichar(uoff_t c) | ustl::string | |
insert(const uoff_t ip, wchar_t c, size_type n=1) | ustl::string | |
insert(const uoff_t ip, const wchar_t *first, const wchar_t *last, const size_type n=1) | ustl::string | |
insert(iterator start, const_reference c, size_type n=1) | ustl::string | |
insert(iterator start, const_pointer s, size_type n=1) | ustl::string | |
insert(iterator start, const_pointer first, const_iterator last, size_type n=1) (defined in ustl::string) | ustl::string | |
ustl::memblock::insert(iterator start, size_type size) | ustl::memblock | |
is_linked(void) const | ustl::memblock | [inline] |
iterator typedef (defined in ustl::string) | ustl::string | |
length(void) const | ustl::string | |
link(const void *p, size_type n) | ustl::memlink | [inline] |
link(void *p, size_type n) | ustl::memlink | |
link(const cmemlink &l) | ustl::memlink | [inline] |
link(memlink &l) | ustl::memlink | [inline] |
link(const void *first, const void *last) | ustl::memlink | [inline] |
link(void *first, void *last) | ustl::memlink | [inline] |
manage(void *p, size_type n) | ustl::memblock | |
manage(memlink &l) | ustl::memblock | [inline] |
max_size(void) const | ustl::string | [inline] |
memblock(void) | ustl::memblock | |
memblock(const void *p, size_type n) | ustl::memblock | |
memblock(size_type n) | ustl::memblock | [explicit] |
memblock(const cmemlink &b) | ustl::memblock | [explicit] |
memblock(const memlink &b) | ustl::memblock | [explicit] |
memblock(const memblock &b) | ustl::memblock | |
memlink(void) | ustl::memlink | |
memlink(void *p, size_type n) | ustl::memlink | |
memlink(const void *p, size_type n) | ustl::memlink | |
memlink(const memlink &l) | ustl::memlink | |
memlink(const cmemlink &l) | ustl::memlink | [explicit] |
minimumFreeCapacity(void) const | ustl::string | [protected, virtual] |
npos | ustl::string | [static] |
operator const value_type *(void) const | ustl::string | [inline] |
operator value_type *(void) | ustl::string | [inline] |
operator!=(const_pointer s) const | ustl::string | [inline] |
operator+(const string &s) const | ustl::string | [inline] |
operator+=(const string &s) | ustl::string | [inline] |
operator+=(const_reference c) | ustl::string | [inline] |
operator+=(const_pointer s) | ustl::string | [inline] |
operator+=(wchar_t c) | ustl::string | [inline] |
operator<(const string &s) const | ustl::string | [inline] |
operator<(const_pointer s) const | ustl::string | [inline] |
operator<(const_reference c) const | ustl::string | [inline] |
operator=(const string &s) | ustl::string | [inline] |
operator=(const_reference c) | ustl::string | [inline] |
operator=(const_pointer s) | ustl::string | [inline] |
ustl::memblock::operator=(const cmemlink &b) | ustl::memblock | [inline] |
ustl::memblock::operator=(const memlink &b) | ustl::memblock | [inline] |
ustl::memblock::operator=(const memblock &b) | ustl::memblock | [inline] |
operator==(const string &s) const | ustl::string | |
operator==(const_pointer s) const | ustl::string | |
operator==(const_reference c) const | ustl::string | [inline] |
ustl::memblock::operator==(const cmemlink &l) const | ustl::cmemlink | |
operator>(const_pointer s) const | ustl::string | [inline] |
pointer typedef (defined in ustl::string) | ustl::string | |
pop_back(void) | ustl::string | [inline] |
push_back(const_reference c) | ustl::string | [inline] |
push_back(wchar_t c) | ustl::string | [inline] |
rbegin(void) const (defined in ustl::string) | ustl::string | [inline] |
rbegin(void) (defined in ustl::string) | ustl::string | [inline] |
read(istream &) | ustl::string | |
read_file(const char *filename) | ustl::memblock | |
readable_size(void) const | ustl::cmemlink | [inline] |
reference typedef (defined in ustl::string) | ustl::string | |
rend(void) const (defined in ustl::string) | ustl::string | [inline] |
rend(void) (defined in ustl::string) | ustl::string | [inline] |
replace(iterator first, iterator last, const_reference c, size_type n=1) | ustl::string | [inline] |
replace(iterator first, iterator last, const_pointer s, size_type n=1) | ustl::string | |
replace(iterator first, iterator last, const_pointer i1, const_pointer i2, size_type n=1) | ustl::string | |
reserve(size_type newSize, bool bExact=true) | ustl::memblock | |
resize(size_type n) | ustl::string | |
ustl::memblock::resize(size_type newSize, bool bExact=true) | ustl::memblock | [inline] |
reverse_iterator typedef (defined in ustl::string) | ustl::string | |
rfind(const_reference c, const_iterator pos=NULL) const | ustl::string | |
rfind(const string &s, const_iterator pos=NULL) const | ustl::string | |
size(void) const | ustl::cmemlink | [inline] |
size_Terminator | ustl::string | [static] |
size_type typedef (defined in ustl::cmemlink) | ustl::cmemlink | |
stream_size(void) const | ustl::string | |
string(void) | ustl::string | |
string(const string &s) | ustl::string | |
string(const cmemlink &l) | ustl::string | [explicit] |
string(const_pointer s) | ustl::string | |
string(const_pointer s, size_type len) | ustl::string | |
string(const_pointer s1, const_pointer s2) | ustl::string | |
string(size_type n, value_type c=c_Terminator) | ustl::string | [explicit] |
swap(memblock &l) | ustl::memblock | |
ustl::memlink::swap(memlink &l) | ustl::memlink | |
ustl::cmemlink::swap(cmemlink &l) | ustl::cmemlink | |
unlink(void) | ustl::memblock | [virtual] |
value_type typedef (defined in ustl::string) | ustl::string | |
vformat(const char *fmt, va_list args) | ustl::string | |
writable_size(void) const | ustl::memlink | |
write(ostream &os) const | ustl::string | |
write_file(const char *filename, int mode=0644) const | ustl::cmemlink | |
~cmemlink(void) (defined in ustl::cmemlink) | ustl::cmemlink | [inline, virtual] |
~memblock(void) | ustl::memblock | [virtual] |