commore
1.0.6-SNAPSHOT
|
This is the complete list of members for commore::AString, including all inherited members.
append(const AString &str) | commore::AString | inline |
append(const AString &str, size_t pos, size_t n) | commore::AString | inline |
append(const AChar *str, size_t n) | commore::AString | inline |
append(const AChar *str) | commore::AString | inline |
append(size_t n, AChar c) | commore::AString | inline |
assign(const AString &other) | commore::AString | |
assign(const AString &str, size_t pos, size_t n) | commore::AString | inline |
assign(const AChar *str, size_t n) | commore::AString | inline |
assign(const AChar *str) | commore::AString | inline |
assign(size_t n, AChar c) | commore::AString | inline |
assign(AChar *dest, size_t n, const AChar &c) | commore::AString | static |
assign(AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | inlinestatic |
AString() (defined in commore::AString) | commore::AString | |
AString(const AString &str) (defined in commore::AString) | commore::AString | |
AString(const AString &str, size_t pos, size_t n=(size_t) npos) | commore::AString | |
AString(const AChar *str, size_t n) | commore::AString | |
AString(const AChar *str) | commore::AString | |
AString(const Char *str) | commore::AString | |
AString(size_t n, AChar c) | commore::AString | |
AString(AChar c, size_t n) (defined in commore::AString) | commore::AString | |
AString(const void *v, size_t n, size_t base=16) | commore::AString | |
at(size_t pos) const | commore::AString | inline |
at(size_t pos) | commore::AString | inline |
c_str() const | commore::AString | inline |
capacity() const | commore::AString | inline |
clear() | commore::AString | inline |
compare(const AString &str) const | commore::AString | inline |
compare(size_t pos, size_t n, const AString &str) const (defined in commore::AString) | commore::AString | inline |
compare(size_t pos1, size_t n1, const AString &str, size_t pos2, size_t n2) const (defined in commore::AString) | commore::AString | inline |
compare(const AChar *s) const (defined in commore::AString) | commore::AString | inline |
compare(size_t pos, size_t n1, const AChar *str, size_t n2=(size_t) npos) const (defined in commore::AString) | commore::AString | |
compare(const AChar *s1, const AChar *s2, size_t n) | commore::AString | static |
CompareNoCase(const AChar *s) const | commore::AString | inline |
const_pointer typedef (defined in commore::AString) | commore::AString | |
const_reference typedef (defined in commore::AString) | commore::AString | |
copy(AChar *str, size_t n, size_t pos=0) const | commore::AString | inline |
copy(AChar *dest, const AChar *src, size_t n) | commore::AString | static |
data() const | commore::AString | inline |
Delete(size_t pos=0, size_t n=1) | commore::AString | inline |
eos() | commore::AString | inlinestatic |
eq(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | inlinestatic |
erase(size_t pos=0, size_t n=(size_t) npos) | commore::AString | inline |
find(const AString &str, size_t pos=0) const | commore::AString | inline |
find(const AChar *s, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
find(const AChar *str, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find(AChar c, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find(const AChar *s, int n, const AChar &a) | commore::AString | static |
find_first_not_of(const AString &str, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_first_not_of(const AChar *s, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
find_first_not_of(AChar c, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_first_not_of(const AChar *str, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_first_of(const AString &str, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_first_of(const AChar *s, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
find_first_of(const AChar *str, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_first_of(AChar c, size_t pos=0) const (defined in commore::AString) | commore::AString | inline |
find_last_not_of(const AChar *s, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
find_last_not_of(const AString &str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
find_last_not_of(const AChar &c, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
find_last_not_of(const AChar *str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
find_last_of(const AChar *s, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
find_last_of(const AString &str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
find_last_of(AChar c, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
find_last_of(const AChar *str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
icompare(const AString &str) const | commore::AString | inline |
icompare(size_t pos, size_t n, const AString &str) const (defined in commore::AString) | commore::AString | inline |
icompare(size_t pos1, size_t n1, const AString &str, size_t pos2, size_t n2) const (defined in commore::AString) | commore::AString | inline |
icompare(const AChar *s) const (defined in commore::AString) | commore::AString | inline |
icompare(size_t pos, size_t n1, const AChar *str, size_t n2=(size_t) npos) const (defined in commore::AString) | commore::AString | |
icompare(const AChar *s1, const AChar *s2, size_t n) | commore::AString | static |
ieq(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | static |
ilt(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | static |
ine(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | inlinestatic |
insert(size_t pos1, const AString &str) | commore::AString | inline |
insert(size_t pos1, const AString &str, size_t pos2, size_t n) | commore::AString | inline |
insert(size_t pos, const AChar *str, size_t n) | commore::AString | inline |
insert(size_t pos, const AChar *str) | commore::AString | inline |
insert(size_t pos, size_t n, AChar c) | commore::AString | inline |
is_empty() const | commore::AString | inline |
Iterator (defined in commore::AString) | commore::AString | friend |
length() const | commore::AString | inline |
length(const AChar *s) | commore::AString | static |
lt(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | inlinestatic |
make_lower() (defined in commore::AString) | commore::AString | |
make_upper() | commore::AString | |
MakeLower() | commore::AString | inline |
MakeUpper() | commore::AString | inline |
match(const AString &pattern) const | commore::AString | |
match(const AString &pattern, AString &a0) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2, AString &a3) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2, AString &a3, AString &a4) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2, AString &a3, AString &a4, AString &a5) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2, AString &a3, AString &a4, AString &a5, AString &a6) const (defined in commore::AString) | commore::AString | |
match(const AString &pattern, AString &a0, AString &a1, AString &a2, AString &a3, AString &a4, AString &a5, AString &a6, AString &a7) const (defined in commore::AString) | commore::AString | |
max_size() const | commore::AString | inline |
move(AChar *dest, const AChar *src, size_t n) | commore::AString | static |
ne(const AChar &c1, const AChar &c2) (defined in commore::AString) | commore::AString | inlinestatic |
operator const AChar *() const | commore::AString | inline |
operator!=(const AString &str) const | commore::AString | inline |
operator!=(const AChar *str) const | commore::AString | inline |
operator+(const AString &str) const | commore::AString | |
operator+=(const AString &str) | commore::AString | inline |
operator+=(const AChar *str) | commore::AString | inline |
operator+=(AChar c) | commore::AString | inline |
operator<(const commore::AString &str) const | commore::AString | inline |
operator=(const AString &str) | commore::AString | inline |
operator=(const AChar *str) | commore::AString | inline |
operator=(AChar c) | commore::AString | inline |
operator==(const AString &str) const | commore::AString | inline |
operator==(const AChar *str) const | commore::AString | inline |
operator>(const commore::AString &str) const | commore::AString | inline |
operator[](size_t pos) const | commore::AString | inline |
operator[](size_t pos) | commore::AString | inline |
operator[](int pos) const | commore::AString | inline |
operator[](int pos) | commore::AString | inline |
pointer typedef (defined in commore::AString) | commore::AString | |
read_xml(IBStream &i) | commore::AString | |
reference typedef (defined in commore::AString) | commore::AString | |
replace(size_t pos1, size_t n, const AString &str) | commore::AString | inline |
replace(size_t pos1, size_t n1, const AString &str, size_t pos2, size_t n2) | commore::AString | inline |
replace(size_t pos1, size_t n1, const AChar *str, size_t n2) | commore::AString | inline |
replace(size_t pos, size_t n1, const AChar *str) | commore::AString | inline |
replace(size_t pos, size_t n1, size_t n2, AChar c) | commore::AString | inline |
replace(const AChar *s1, const AChar *s2, bool case_sensitive=true) | commore::AString | |
Replace(const AChar *s1, const AChar *s2, bool case_sensitive=true) | commore::AString | inline |
reserve(size_t size) | commore::AString | inline |
resize(size_t n, AChar c) | commore::AString | inline |
resize(size_t n) (defined in commore::AString) | commore::AString | inline |
resize() (defined in commore::AString) | commore::AString | |
rfind(const AChar *str, size_t pos, size_t n) const (defined in commore::AString) | commore::AString | |
rfind(const AString &str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
rfind(const AChar *str, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
rfind(AChar c, size_t pos=(size_t) npos) const (defined in commore::AString) | commore::AString | inline |
set_buffer(size_t size) | commore::AString | inline |
size() const | commore::AString | inline |
size_type typedef (defined in commore::AString) | commore::AString | |
splice(AString &str) | commore::AString | |
STRING_INCREMENT_SIZE enum value (defined in commore::AString) | commore::AString | |
substr(size_t pos=0, size_t n=(size_t) npos) const | commore::AString | |
swap(AString &str) | commore::AString | |
to_int() const | commore::AString | |
validate_range(size_t pos, size_t *len) const | commore::AString | inline |
value_type typedef (defined in commore::AString) | commore::AString | |
write_xml(OBStream &o) const | commore::AString | |
~AString() (defined in commore::AString) | commore::AString |