|
feisty meow concerns codebase
2.140
|
This is the complete list of members for filesystem::filename, including all inherited members.
| access() | basis::astring | virtual |
| ALL_RIGHTS enum value | filesystem::filename | |
| ALLOW_BOTH enum value | filesystem::filename | |
| ALLOW_NEITHER enum value | filesystem::filename | |
| ALLOW_READ enum value | filesystem::filename | |
| ALLOW_WRITE enum value | filesystem::filename | |
| assign(const base_string &s) | basis::astring | virtual |
| astring() | basis::astring | |
| astring(const char *initial) | basis::astring | |
| astring(char c, int repeat) | basis::astring | |
| astring(const astring &s) | basis::astring | |
| astring(const base_string &initial) | basis::astring | |
| astring(special_flag way, const char *s,...) | basis::astring | |
| base_sprintf(const char *s, va_list &args) | basis::astring | |
| basename() const | filesystem::filename | |
| begins(const astring &maybe_prefix) const | basis::astring | inline |
| c_str() const | basis::astring | inline |
| c_str() | basis::astring | inline |
| canonicalize() | filesystem::filename | |
| chmod(int write_mode, int owner_mode) const | filesystem::filename | |
| class_name() const =0 | basis::text_formable | pure virtual |
| comparator(const astring &s2) const | basis::astring | virtual |
| compare(const astring &to_compare, int start_first, int start_second, int count, bool case_sensitive) const | basis::astring | |
| compare_prefix(const filename &to_compare, basis::astring &sequel) | filesystem::filename | |
| compare_prefix(const filename &to_compare) | filesystem::filename | |
| compare_suffix(const filename &to_compare, basis::astring &prequel) | filesystem::filename | |
| compare_suffix(const filename &to_compare) | filesystem::filename | |
| concatenate_char(char c) | basis::astring | virtual |
| concatenate_string(const base_string &s) | basis::astring | virtual |
| contains(const astring &to_find) const | basis::astring | |
| convert(int default_value) const | basis::astring | |
| convert(long default_value) const | basis::astring | |
| convert(float default_value) const | basis::astring | |
| convert(double default_value) const | basis::astring | |
| copy(char *to_stuff, int count) const | basis::astring | |
| default_separator() | filesystem::filename | static |
| DEFINE_CLASS_NAME("filename") | filesystem::filename | |
| basis::astring::DEFINE_CLASS_NAME("astring") | basis::astring | |
| detooth_filename(basis::astring &to_clean, char replacement='_') | filesystem::filename | static |
| directory_separator enum name | filesystem::filename | |
| dirname() const | filesystem::filename | |
| dirname(bool add_slash) const | filesystem::filename | |
| drive(bool interact_with_fs=false) const | filesystem::filename | |
| empty() const | basis::astring | inline |
| empty_string() | basis::astring | static |
| end() const | basis::astring | inline |
| ends(const astring &maybe_suffix) const | basis::astring | inline |
| equal_to(const char *that) const | basis::astring | |
| equal_to(const equalizable &s2) const | basis::astring | virtual |
| exists() const | filesystem::filename | |
| extension() const | filesystem::filename | |
| filename() | filesystem::filename | |
| filename(const basis::astring &name) | filesystem::filename | |
| filename(const basis::astring &directory, const basis::astring &name_of_file) | filesystem::filename | |
| filename(const filename &to_copy) | filesystem::filename | |
| find(char to_find, int position=0, bool reverse=false) const | basis::astring | |
| find(const astring &to_find, int posn=0, bool reverse=false) const | basis::astring | |
| find_any(const char *to_find, int position=0, bool reverse=false) const | basis::astring | |
| find_non_match(const char *to_find, int position=0, bool reverse=false) const | basis::astring | |
| FROM_BOTH_SIDES enum value | basis::astring | |
| FROM_END enum value | basis::astring | |
| FROM_FRONT enum value | basis::astring | |
| get(int index) const | basis::astring | virtual |
| get_implementation() | basis::astring | |
| good() const | filesystem::filename | |
| GROUP_RIGHTS enum value | filesystem::filename | |
| had_directory() const | filesystem::filename | inline |
| how_to_strip enum name | basis::astring | |
| ibegins(const astring &maybe_prefix) const | basis::astring | inline |
| iends(const astring &maybe_suffix) const | basis::astring | inline |
| iequals(const astring &that) const | basis::astring | |
| iequals(const char *that) const | basis::astring | |
| ifind(char to_find, int position=0, bool reverse=false) const | basis::astring | |
| ifind(const astring &to_find, int posn=0, bool reverse=false) const | basis::astring | |
| ifind_any(const char *to_find, int position=0, bool reverse=false) const | basis::astring | |
| insert(int position, const astring &to_insert) | basis::astring | |
| insert(int position, const base_string &to_insert) | basis::astring | virtual |
| is_directory() const | filesystem::filename | |
| is_executable() const | filesystem::filename | |
| is_normal() const | filesystem::filename | |
| is_readable() const | filesystem::filename | |
| is_writable() const | filesystem::filename | |
| join(bool rooted, const structures::string_array &pieces) | filesystem::filename | |
| left(int count) | basis::astring | |
| legal_character(char to_check) | filesystem::filename | static |
| length() const | basis::astring | virtual |
| less_than(const orderable &s2) const | basis::astring | virtual |
| lower() const | basis::astring | |
| matches(const astring &match_list, char to_match) | basis::astring | static |
| middle(int start, int count) | basis::astring | |
| NO_RIGHTS enum value | filesystem::filename | |
| non_empty() const | basis::astring | inline |
| null_device() | filesystem::filename | static |
| observe() const | basis::astring | virtual |
| operator!() const | basis::astring | inline |
| operator+(const astring &s) const | basis::astring | |
| operator+(const char *s) const | basis::astring | inline |
| operator+=(const astring &s) | basis::astring | |
| operator+=(const char *s) | basis::astring | |
| operator+=(char c) | basis::astring | |
| operator<(const orderable &s2) const | basis::orderable | inlinevirtual |
| operator=(const filename &to_copy) | filesystem::filename | |
| operator=(const basis::astring &to_copy) | filesystem::filename | |
| basis::astring::operator=(const char *s) | basis::astring | |
| basis::base_string::operator=(const base_string &to_copy) | basis::base_string | inlinevirtual |
| operator==(const equalizable &s2) const | basis::equalizable | inlinevirtual |
| operator[](int position) | basis::astring | |
| operator[](int position) const | basis::astring | |
| OTHER_RIGHTS enum value | filesystem::filename | |
| ownership_modes enum name | filesystem::filename | |
| pack(basis::byte_array &packed_form) const | filesystem::filename | virtual |
| packed_size() const | filesystem::filename | virtual |
| pad(int length, char padding=' ') | basis::astring | |
| parent() const | filesystem::filename | |
| pc_separator enum value | filesystem::filename | |
| pop() | filesystem::filename | |
| push(const basis::astring &to_push) | filesystem::filename | |
| put(int position, char to_put) | basis::astring | inlinevirtual |
| raw() const | filesystem::filename | |
| raw() | filesystem::filename | |
| replace(const astring &tag, const astring &replacement) | basis::astring | |
| replace_all(char to_replace, char new_char) | basis::astring | |
| replace_all(const astring &to_replace, const astring &new_string) | basis::astring | |
| reset(const basis::astring &name) | filesystem::filename | |
| basis::astring::reset() | basis::astring | inline |
| basis::astring::reset(special_flag way, const char *s,...) | basis::astring | |
| right(int count) | basis::astring | |
| rootname() const | filesystem::filename | |
| s() const | basis::astring | inline |
| s() | basis::astring | inline |
| separate(bool &rooted, structures::string_array &pieces) const | filesystem::filename | |
| separator(char is_it) | filesystem::filename | static |
| shrink() | basis::astring | |
| special_flag enum name | basis::astring | |
| SPRINTF enum value | basis::astring | |
| sprintf(const char *s,...) | basis::astring | |
| strip(const astring &strip_list, how_to_strip way=FROM_BOTH_SIDES) | basis::astring | |
| strip_spaces(how_to_strip way=FROM_BOTH_SIDES) | basis::astring | inline |
| strip_white_spaces(how_to_strip way=FROM_BOTH_SIDES) | basis::astring | inline |
| stuff(char *to_stuff, int count) const | basis::astring | inline |
| sub_compare(const base_string &to_compare, int start_first, int start_second, int count, bool case_sensitive) const | basis::astring | virtual |
| sub_string(base_string &target, int start, int end) const | basis::astring | virtual |
| substring(astring &target, int start, int end) const | basis::astring | |
| substring(int start, int end) const | basis::astring | |
| t() const | basis::astring | inline |
| text_form(base_string &state_fill) const | basis::astring | virtual |
| to_lower() | basis::astring | |
| to_upper() | basis::astring | |
| trim(int length) | basis::astring | |
| unix_separator enum value | filesystem::filename | |
| unlink() const | filesystem::filename | |
| unpack(basis::byte_array &packed_form) | filesystem::filename | virtual |
| UNTERMINATED enum value | basis::astring | |
| upgrade(const char *s) | basis::astring | virtual |
| upper() const | basis::astring | |
| USER_RIGHTS enum value | filesystem::filename | |
| write_modes enum name | filesystem::filename | |
| zap(int start, int end) | basis::astring | virtual |
| ~astring() | basis::astring | virtual |
| ~filename() | filesystem::filename | virtual |