Relacs
0.9.8
|
This is the complete list of members for StrQueue, including all inherited members.
add(const string &s) | StrQueue | inline |
add(const StrQueue &sq) | StrQueue | |
append(const Str &s, const string &separator) | StrQueue | |
append(const Str &s, const string &separator, const string &brackets) | StrQueue | |
assign(const string &s) | StrQueue | |
assign(const Str &s, const string &separator) | StrQueue | |
assign(const Str &s, const string &separator, const string &brackets) | StrQueue | |
clear(void) | StrQueue | inline |
copy(string &s, const string &separator) | StrQueue | |
empty(void) const | StrQueue | inline |
erase(iterator pos) | StrQueue | |
erase(int index) | StrQueue | |
erase(iterator first, iterator last) | StrQueue | |
erase(int from, int to) | StrQueue | |
find(const string &strg, int index=0) const | StrQueue | |
insert(const string &s) | StrQueue | inline |
insert(const StrQueue &sq) | StrQueue | |
load(istream &str, const string &stop="", string *line=0) | StrQueue | |
operator<<(ostream &str, const StrQueue &sq) | StrQueue | friend |
operator=(const StrQueue &sq) | StrQueue | inline |
operator=(const string &s) | StrQueue | inline |
operator==(const StrQueue &sq1, const StrQueue &sq2) | StrQueue | friend |
operator[](int index) | StrQueue | inline |
operator[](int index) const | StrQueue | inline |
resize(int n, const Str &s=Str()) | StrQueue | inline |
reverse(void) | StrQueue | |
save(const string &separator=" ") const | StrQueue | |
save(ostream &str, const string &start="") const | StrQueue | |
size(void) const | StrQueue | inline |
sort(void) | StrQueue | |
StopEmpty | StrQueue | static |
strip(void) | StrQueue | |
stripComments(const string &comment=Str::comment()) | StrQueue | |
strippedComments(const string &comment=Str::comment()) const | StrQueue | |
StrQueue(void) | StrQueue | inline |
StrQueue(const StrQueue &sq) | StrQueue | inline |
StrQueue(const Str &s, const string &separator) | StrQueue | |
StrQueue(const Str &s, const string &separator, const string &brackets) | StrQueue | |
~StrQueue(void) | StrQueue | inline |