, including all inherited members.
| bool_type typedef | filesystem_traits | |
| char_copy(char_type *dest, char_type const *src, size_type n) | system_traits | [static] |
| char_type typedef | filesystem_traits | |
| class_type typedef | filesystem_traits | |
| close_file(file_handle_type h) | filesystem_traits | [static] |
| close_handle(handle_type h) | system_traits | [static] |
| copy_file(char_type const *sourceName, char_type const *newName, bool_type bFailIfExists=false) | filesystem_traits | [static] |
| create_directory(char_type const *dir) | filesystem_traits | [static] |
| create_directory(char_type const *dir, LPSECURITY_ATTRIBUTES lpsa) | filesystem_traits | [static] |
| create_file(char_type const *fileName, size_type desiredAccess, size_type shareMode, LPSECURITY_ATTRIBUTES sa, size_type creationDisposition, size_type flagAndAttributes, HANDLE hTemplateFile) | filesystem_traits | [static] |
| delete_file(char_type const *file) | filesystem_traits | [static] |
| difference_type typedef | filesystem_traits | |
| drive_exists(char_type driveLetter) | filesystem_traits | [static] |
| ensure_dir_end(char_type *dir) | filesystem_traits | [static] |
| error_type typedef | filesystem_traits | |
| expand_environment_strings(char_type const *src, char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| file_exists(char_type const *path) | filesystem_traits | [static] |
| file_handle_type typedef | filesystem_traits | |
| find_data_type typedef | filesystem_traits | |
| find_file_close(HANDLE h) | filesystem_traits | [static] |
| find_first_file(char_type const *spec, find_data_type *findData) | filesystem_traits | [static] |
| find_first_file_ex(char_type const *spec, FINDEX_SEARCH_OPS flags, find_data_type *findData) | filesystem_traits | [static] |
| find_first_volume(char_type *volume_name, size_type cch_volume_name) | filesystem_traits | [static] |
| find_next_file(HANDLE h, find_data_type *findData) | filesystem_traits | [static] |
| find_next_volume(HANDLE h, char_type *volume_name, size_type cch_volume_name) | filesystem_traits | [static] |
| find_symbol(module_type hModule, char const *symbolName) | system_traits | [static] |
| find_volume_close(HANDLE h) | filesystem_traits | [static] |
| free_library(module_type hModule) | system_traits | [static] |
| fstat(file_handle_type fd, fstat_data_type *fstat_data) | filesystem_traits | [static] |
| fstat_data_type typedef | filesystem_traits | |
| get_current_directory(size_type cchBuffer, char_type *buffer) | filesystem_traits | [static] |
| get_current_directory(char_type *buffer, size_type cchBuffer) | filesystem_traits | [static] |
| get_drive_type(char_type driveLetter) | filesystem_traits | [static] |
| get_environment_variable(char_type const *name, char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| get_full_path_name(char_type const *fileName, size_type cchBuffer, char_type *buffer, char_type **ppFile) | filesystem_traits | [static] |
| get_full_path_name(char_type const *fileName, char_type *buffer, size_type cchBuffer) | filesystem_traits | [static] |
| get_full_path_name(char_type const *fileName, size_type cchBuffer, char_type *buffer) | filesystem_traits | [static] |
| get_last_error() | system_traits | [static] |
| get_locale_info(LCID locale, LCTYPE type, char_type *data, int_type cchData) | system_traits | [static] |
| get_module_directory(HINSTANCE hModule, char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| get_module_filename(HINSTANCE hModule, char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| get_short_path_name(char_type const *fileName, size_type cchBuffer, char_type *buffer) | filesystem_traits | [static] |
| get_short_path_name(char_type const *fileName, char_type *buffer, size_type cchBuffer) | filesystem_traits | [static] |
| get_system_directory(char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| get_windows_directory(char_type *buffer, size_type cchBuffer) | system_traits | [static] |
| handle_type typedef | system_traits | |
| has_dir_end(char_type const *dir) | filesystem_traits | [static] |
| int_type typedef | filesystem_traits | |
| is_directory(char_type const *path) | filesystem_traits | [static] |
| is_directory(stat_data_type const *stat_data) | filesystem_traits | [static] |
| is_directory(fstat_data_type const *stat_data) (defined in filesystem_traits) | filesystem_traits | [static] |
| is_dots(char_type const *dir) | filesystem_traits | [static] |
| is_file(char_type const *path) | filesystem_traits | [static] |
| is_file(stat_data_type const *stat_data) | filesystem_traits | [static] |
| is_file(fstat_data_type const *stat_data) (defined in filesystem_traits) | filesystem_traits | [static] |
| is_link(stat_data_type const *stat_data) | filesystem_traits | [static] |
| is_link(fstat_data_type const *stat_data) (defined in filesystem_traits) | filesystem_traits | [static] |
| is_path_absolute(char_type const *path) | filesystem_traits | [static] |
| is_path_name_separator(char_type ch) | filesystem_traits | [static] |
| is_path_rooted(char_type const *path) | filesystem_traits | [static] |
| is_path_UNC(char_type const *path) | filesystem_traits | [static] |
| is_readonly(stat_data_type const *stat_data) | filesystem_traits | [static] |
| is_readonly(fstat_data_type const *stat_data) (defined in filesystem_traits) | filesystem_traits | [static] |
| is_root_designator(char_type const *path) | filesystem_traits | [static] |
| load_library(char_type const *name) | system_traits | [static] |
| maxPathLength enum value | filesystem_traits | |
| module_type typedef | filesystem_traits | |
| path_max() | filesystem_traits | [static] |
| path_name_separator() | filesystem_traits | [static] |
| path_separator() | filesystem_traits | [static] |
| pattern_all() | filesystem_traits | [static] |
| remove_dir_end(char_type *dir) | filesystem_traits | [static] |
| remove_directory(char_type const *dir) | filesystem_traits | [static] |
| rename_file(char_type const *currentName, char_type const *newName) | filesystem_traits | [static] |
| set_current_directory(char_type const *dir) | filesystem_traits | [static] |
| set_last_error(error_type er=error_type()) | system_traits | [static] |
| size_type typedef | filesystem_traits | |
| stat(char_type const *path, stat_data_type *stat_data) | filesystem_traits | [static] |
| stat_data_type typedef | filesystem_traits | |
| str_cat(char_type *dest, char_type const *src) | system_traits | [static] |
| str_chr(char_type const *s, char_type ch) | system_traits | [static] |
| str_compare(char_type const *s1, char_type const *s2) | system_traits | [static] |
| str_compare_no_case(char_type const *s1, char_type const *s2) | system_traits | [static] |
| str_copy(char_type *dest, char_type const *src) | system_traits | [static] |
| str_end(char_type const *s) | system_traits | [static] |
| str_len(char_type const *src) | system_traits | [static] |
| str_n_cat(char_type *dest, char_type const *src, size_type cch) | system_traits | [static] |
| str_n_compare(char_type const *s1, char_type const *s2, size_type cch) | system_traits | [static] |
| str_n_copy(char_type *dest, char_type const *src, size_type cch) | system_traits | [static] |
| str_pbrk(char_type const *s, char_type const *charSet) | system_traits | [static] |
| str_rchr(char_type const *s, char_type ch) | system_traits | [static] |
| str_set(char_type *s, size_type n, char_type c) | system_traits | [static] |
| str_str(char_type const *s, char_type const *sub) | system_traits | [static] |
| unlink_file(char_type const *file) | filesystem_traits | [static] |