![]() |
TkN 2.1
Toolkit for Nuclei
|
This is the complete list of members for tkstring, including all inherited members.
append(const tkstring &_st) | tkstring | inline |
atof() const | tkstring | |
atoi() const | tkstring | |
atoll() const | tkstring | inline |
begins_with(const char *_s, ECaseCompare _cmp=kExact) const | tkstring | inline |
begins_with(const tkstring &_pat, ECaseCompare _cmp=kExact) const | tkstring | inline |
capitalize() | tkstring | |
contains(const char *_pat, ECaseCompare _cmp=kExact) const | tkstring | inline |
contains(const tkstring &_pat, ECaseCompare _cmp=kExact) const | tkstring | inline |
copy() const | tkstring | |
count_string(const tkstring &_st) const | tkstring | |
ECaseCompare enum name | tkstring | |
ends_with(const char *_s, ECaseCompare _cmp=kExact) const | tkstring | |
ends_with(const tkstring &_pat, ECaseCompare _cmp=kExact) const | tkstring | inline |
equal_to(const char *_s, ECaseCompare _cmp=kExact) const | tkstring | |
equal_to(const tkstring &_pat, ECaseCompare _cmp=kExact) const | tkstring | inline |
extract_alpha() | tkstring | |
Form(const char *_format,...) | tkstring | static |
form(const char *_format,...) | tkstring | static |
get_absolute_error(tkstring val, tkstring error) | tkstring | static |
get_last_occurence(const char *_s1) | tkstring | |
get_precision(tkstring _st) | tkstring | static |
index(const char *_s, size_t _pos=0, ECaseCompare _cmp=kExact) const | tkstring | |
index(const tkstring &_pat, size_t _pos=0, ECaseCompare _cmp=kExact) const | tkstring | inline |
is_alpha() const | tkstring | |
is_digit() const | tkstring | |
is_empty() const | tkstring | inline |
is_float() const | tkstring | |
kExact enum value | tkstring | |
kIgnoreCase enum value | tkstring | |
match(const char *_pattern) const | tkstring | |
match(const tkstring &_pattern) const | tkstring | inline |
prepend(const tkstring &_st) | tkstring | inline |
read_line(std::istream &_strm, bool _skip_white=true) | tkstring | |
remove_all(const tkstring &_s1) | tkstring | inline |
remove_all(const char *_s1) | tkstring | inline |
remove_all_extra_white_space() | tkstring | |
remove_alpha() | tkstring | |
remove_last_occurence(const char *_s1) | tkstring | |
replace_all(const tkstring &_s1, const tkstring &_s2) | tkstring | inline |
replace_all(const tkstring &_s1, const char *_s2) | tkstring | inline |
replace_all(const char *_s1, const tkstring &_s2) | tkstring | inline |
replace_all(const char *_s1, const char *_s2) | tkstring | inline |
replace_all(const char *_s1, size_t _ls1, const char *_s2, size_t _ls2) | tkstring | |
strip_all_extra_white_space() const | tkstring | |
substr(size_type __pos=0, size_type __n=npos) const | tkstring | inline |
tkstring() | tkstring | inline |
tkstring(const char *_c) | tkstring | inline |
tkstring(const unsigned char *_c) | tkstring | inline |
tkstring(const std::string &_s) | tkstring | inline |
tkstring(double _value, double _error) | tkstring | |
tkstring(char _c) | tkstring | inline |
to_lower() | tkstring | |
to_upper() | tkstring | |
tokenize(const tkstring &_delim=" ") const | tkstring | |
tokenize_from_string(const tkstring &_delim) const | tkstring | |
~tkstring() | tkstring | inlinevirtual |