_equals(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inlineprotected |
accessSort(const File &i, const File &j) | File | static |
add(char &&object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
add(const char &object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
add(uint04 location, const char &object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
add(uint04 location, char &&object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addAll(const Buffer< char, t_other_index_type, t_other_memory_allocator, t_other_memory_manager > &buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addAll(const char *buffer, uint04 buffer_size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addAll(const char *buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addAndFillSpace(uint04 space_to_add, const char &fill_object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addSpace(uint04 space_to_add) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addSpace(uint04 location, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
addUnicodeAsUTF8(const wchar *unicode) | String | |
addUnicodeCharAsUTF8(const wchar *unicode, uint04 &advance) | String | |
addWChar(const wchar &object) | String | |
addWhiteSpace(uint04 desired_string_size, uint04 desired_right_alignment_location=0, char whitespace=' ') | String | |
AlphaNumericCompare(const String &left, const String &right) | String | static |
append(const String &s) | File | |
append(const char &s) | File | |
appendPath(const String &cs) | File | |
begin() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
begin() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
begin(uint04 index) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
beginsWith(const String &s, bool ignore_case=false) const | String | |
Buffer() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
Buffer(const Buffer &buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
Buffer(Buffer &&buffer) noexcept | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
Buffer(uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inlineexplicit |
Buffer(const char *buffer, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inlineexplicit |
Buffer(uint04 size, const char &fill_object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
Buffer(std::initializer_list< char > l) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
Buffer(const t_iterator &begin, const t_iterator &end) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
c_str() const | String | |
cachedExist() const | File | |
capacity() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
clear() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
clear(uint04 new_capacity) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
close() | File | |
compare(const Buffer &value) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
compare(const Buffer &value, uint04 start, uint04 end) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
contains(const char &element) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
contains(const char &element, const std::function< bool(const char &, const char &)> &equal_function) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
contains(const char &element, uint04 start) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
contains(const char &element, uint04 start, uint04 search_size) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
ConvertToCharString(uint04 number) | String | static |
copyTo(const File &cs, bool override_file, ProgressInfo *log=nullptr) const | File | |
count(const char &element) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
create(bool override_file) const | File | |
createSort(const File &i, const File &j) | File | static |
currentCache() const | File | |
deleteFile(ProgressInfo *log=nullptr) | File | |
DisplayString(const t_type &value) | String | static |
doesFileExist(const String &name) | File | static |
DriveSep | File | static |
e_ascii_read enum value | File | |
e_ascii_read_safe enum value | File | |
e_ascii_read_shared enum value | File | |
e_ascii_write enum value | File | |
e_ascii_write_safe enum value | File | |
e_binary_read enum value | File | |
e_binary_read_safe enum value | File | |
e_binary_write enum value | File | |
e_binary_write_safe enum value | File | |
e_dir_path enum value | File | |
e_drive enum value | File | |
e_file_extension enum value | File | |
e_file_name enum value | File | |
e_folder_name enum value | File | |
e_full_path enum value | File | |
e_undefined enum value | File | |
end() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
end() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
end(uint04 index) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
endsWith(const String &s, bool ignore_case=false) const | String | |
ensureCapacity(uint04 new_capacity, bool ensure_not_greater=false, bool ensure_not_less=true) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
equals(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
exists() const | File | |
expandEnvironmentalVars() | File | |
ExtSep | File | static |
File() | File | |
File(const File &file) | File | |
File(const String &resource_name, const String &path_id) | File | |
File(File &&file) noexcept | File | |
File(const String &full_path) | File | |
File(String &&full_path) | File | |
File(const char *full_path) | File | |
FilePart enum name | File | |
filePtr() | File | |
fileSize() const | File | |
findNonExistingSuitableName() const | File | |
flush() | File | |
formatNumberString(uint04 decimals) | String | |
formatNumberString(bool add_comma, uint04 decimals) | String | |
formatNumberString(bool add_comma, uint04 min_decimals, uint04 max_decimals, uint04 min_digits, char decimal='.', char comma=',') | String | |
formatTitleString() const | String | |
fromHex() const | String | |
generateTempFile() const | File | |
get(uint04 index) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
get(uint04 index) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
getAccessTime() const | File | |
getAll(uint04 start, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
getAs() const | String | inline |
getChildren() const | File | |
getChildrenMatching(const Buffer< String > &include_patterns, const Buffer< String > &exclude_patterns, bool recursive=false) const | File | |
getCreationTime() const | File | |
getData() | File | |
getDriveDescription() const | File | |
getFileTimes(Time &modified_time, Time &creation_time, Time &access_time) const | File | |
getFolderName() const | File | |
getModifiedTime() const | File | |
getParentDirectory() const | File | |
getPath(uint01 file_parts) const | File | |
getUUID() const | File | |
hash() const | String | |
hash(const char *value) | String | inlinestatic |
hashLower() const | String | |
hashUpper() const | String | |
hasNullBytes(uint08 max_length=Constant< uint08 >::Max) | File | |
hasSubString(const String &sub_string, bool ignore_case=false) const | String | |
hasSubString(const char *sub_string, bool ignore_case=false) const | String | |
IDSep | File | static |
indexOf(const String &sub_string, bool ignore_case=false, uint04 start_index=0) const | String | |
indexOf(const char &sub_string) const | String | inline |
indexOf(const char &sub_string, uint04 start_pos) const | String | inline |
indexOf(const char &sub_string, uint04 start_pos, uint04 size) const | String | inline |
indexOf(const char *sub_string, bool ignore_case=false, uint04 start_index=0) const | String | |
indexOf(const char *sub_string, bool ignore_case, uint04 start_index, uint04 size) const | String | |
indexOf(const char *sub_string, char escape_char, bool ignore_case=false, uint04 start_index=0) const | String | |
insert(uint04 location, const char &object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
insert(uint04 location, char &&object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
insert(uint04 offset, const Buffer &buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
insert(uint04 offset, const char *const buffer, uint04 buffer_size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
insert(const uint04 location, const char *buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
insertNewLines(uint04 max_line_size) const | String | |
invalidateCache() | File | |
isDirectory() const | File | |
isDrive() const | File | |
isEmpty() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
isHidden() const | File | |
isIDSep(const char &path) | File | static |
isMTP() const | File | |
isNumeric() const | String | |
isOpen() const | File | |
isPathSep(const char &path) | File | static |
isSameNoCase(const String &s) const | String | |
isSorted() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
isSortedSet() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
IsWhiteSpace(char s) | String | static |
last() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
last() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
lastIndexOf(const char *sub_string, bool ignore_case=false) const | String | |
lastIndexOf(const char value, bool ignore_case=false) const | String | |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::lastIndexOf(const char &element) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
m_cached_data | File | mutableprotected |
m_file_ext_start | File | protected |
m_file_name_start | File | protected |
m_file_ptr | File | protected |
m_id | File | mutableprotected |
m_id_valid | File | mutableprotected |
m_memory_interface | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | protected |
m_open_mode | File | protected |
m_path_start | File | protected |
matchesWildcard(const String &pattern) const | String | |
memoryInterface() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
memoryInterface() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
memSize() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
move(uint04 from, uint04 to) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
moveTo(File &file, bool override_file, ProgressInfo *log=nullptr, bool is_source_temp=false) | File | |
MTPDevices() | File | static |
nameSort(const File &i, const File &j) | File | static |
NumberString(fltp08 value, bool add_comma, uint04 min_decimals, uint04 max_decimals, uint04 min_digits, char decimal='.', char comma=',') | String | static |
open(OpenMode mode, bool append=false) | File | |
OpenMode enum name | File | |
operator char *() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator const char *() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator uint04() const | String | inline |
operator uint08() const | String | inline |
operator!=(const char *const value) const | String | inline |
operator!=(const char(&string)[t_size]) | String | inline |
operator!=(const String &value) const | String | inline |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator!=(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator()() const | File | inline |
operator+(const char &element) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator+(const Buffer &value) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator+=(const char &element) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator+=(const Buffer &value) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator<(const String &value) const | String | |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator<(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator<<(const String &value) | File | |
operator<<(const Buffer< uint01 > &values) | File | |
operator<<(const fltp04 &value) | File | |
operator<<(const fltp08 &value) | File | |
operator<=(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator=(const File &value) | File | |
operator=(String &value) | File | |
operator=(File &&value) noexcept | File | |
NDEVR::String::operator=(const String &value) | String | inline |
NDEVR::String::operator=(String &&value) noexcept | String | inline |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator=(const Buffer &buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator=(Buffer &&buffer) noexcept | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator==(const String &value) const | String | inline |
operator==(const char *const value) const | String | inline |
operator==(const char(&string)[t_size]) | String | inline |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator==(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator>(const String &value) const | String | |
NDEVR::Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > >::operator>(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator>=(const Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator[](const uint04 index) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator[](const int index) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator[](const uint04 value) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
operator[](const int index) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
parentDirectoryExists() const | File | |
pathID() const | File | inline |
pathNameID() const | File | |
PathSep | File | static |
PathSepS | File | static |
predictNextStringIncrement() const | String | |
primitiveSort() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
ptr() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
ptr() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
relativePathTo(const File &reference) const | File | |
removeAllIndex(uint04 start, uint04 end) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeAllIndices(const t_range_buffer &ranges) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeAllOrdered(const char &object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeAllUnordered(const char &object) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeAllUnordered(const t_functor &functor) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeElement(const char &element) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeIndex(uint04 location) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeIndexBackSwap(uint04 location) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeInvalidChars() | File | |
removeLast() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
removeNonAlphaNumeric(bool remove_tab=true, bool remove_space=true, bool remove_new_line=true, bool remove_r=true, bool remove_numbers=false) | String | |
removeNonNumeric() | String | |
replace(const String &sub_string, const String &replace_sub_string, bool ignore_case=false) | String | |
replace(const Buffer< String, uint04, ObjectAllocator< false > > &sub_string, const Buffer< String, uint04, ObjectAllocator< false > > &replace_sub_string, bool ignore_case=false) | String | |
replaceAll(const char &var, const char &replacement) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
replaceIndexRange(uint04 offset, uint04 replace_size, const Buffer &buffer) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
resize(uint04 new_size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
resolveMTPPath() const | File | |
resolveNameFromMTPPath() | File | |
reverse() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
reverse(const uint04 start, const uint04 end) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setAll(const t_o_type *src, uint04 offset, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setAll(const Buffer &buffer, uint04 offset, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setAll(const Buffer &buffer, uint04 offset, uint04 other_offset, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setAllToValue(const t_o_type &fill_element, const uint04 offset=0, uint04 fill_size=Constant< uint04 >::NaN) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setFromDisplayString(const String &display_string) | File | |
setInternalVars() | File | |
setPath(const String &path, uint01 part) | File | |
setSize(uint04 new_size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setSize(const uint04 new_size, const char &fill_element) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setUnique() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
setUniquePresorted() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
shortenString(uint04 size) const | String | |
size() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
sort() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
sortAboutValue(uint04 value_index) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
sortAboutValue(uint04 value_index, uint04 start, uint04 end) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
sortRange(uint04 start, uint04 end) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
splitString(char delimiter, bool preserve_empty=true) const | String | |
splitString(const Buffer< char > &delimiter, bool preserve_empty=true) const | String | |
splitString(char delimiter, Buffer< String, uint04, ObjectAllocator< false > > &strings, bool preserve_empty=true) const | String | |
splitString(const Buffer< char > &delimiter, Buffer< String, uint04, ObjectAllocator< false > > &strings, bool preserve_empty=true) const | String | |
splitStringLength(uint04 max_chars_per_line) const | String | |
splitStringLength(fltp04 length, fltp04(&font_width)[256]) const | String | |
str_len(const char *value) | String | inlinestatic |
str_len(const wchar *value) | String | inlinestatic |
String() | String | |
String(const String &string) | String | |
String(String &&string) noexcept | String | |
String(const char(&string)[N]) | String | inline |
String(const wchar(&string)[N]) | String | inline |
String(const char *string) | String | inline |
String(const char *const string, uint04 size) | String | |
String(uint04 size, const char &value) | String | inline |
String(const t_type &value) | String | inlineexplicit |
substr(uint04 start) const | String | |
substr(uint04 start, uint04 end) const | String | |
swapAllElements(const char &element1, const char &element2) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
swapElements(const char &element1, const char &element2) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
swapIndices(uint04 index_1, uint04 index_2) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
SystemDrives() | File | static |
TempFileFolder() | File | static |
throwIfNotExist() const | File | |
toDisplayString() | File | |
toHex(uint01 value) | String | static |
toHex(char value) | String | static |
toHex(t_object value) | String | inlinestatic |
toHex(const Buffer< t_object, t_allocator, t_buff > &values) | String | inlinestatic |
toHex(const String &values) | String | inlinestatic |
toHex(const Vector< t_size, t_type > &values) | String | inlinestatic |
toLower() const | String | |
toUpper() const | String | |
trimWhiteSpace() | String | |
Type() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inlinestatic |
typeSort(const File &i, const File &j) | File | static |
UnicodetoUTF8(const wchar *unicode, uint04 &advance) | String | static |
updateAccessedTime() const | File | |
updateAccessedTime(Time access_time) const | File | |
updateCache() const | File | |
updateCache(const FileCachedData &cache) | File | |
UTF8toUnicode(const char *utf8, uint04 &advance) | String | static |
~Buffer() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
~File() | File | |