| 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 |
| addUTF16AsUTF8(const wchar *unicode) | String | |
| addUTF16CharAsUTF8(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 &string) | String | |
| ApplicationMessagePriority enum name | LogMessage | |
| 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 | |
| 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 |
| 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 |
| count(const char &element) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
| DisplayString(const t_type &value) | String | static |
| e_critical_error enum value | LogMessage | |
| e_debug enum value | LogMessage | |
| e_error enum value | LogMessage | |
| e_logged_debug enum value | LogMessage | |
| e_notification enum value | LogMessage | |
| e_success enum value | LogMessage | |
| e_warning enum value | LogMessage | |
| 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 |
| formatAsTitleString() | String | |
| formatMessage() | LogMessage | inline |
| 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 | |
| fromHex() const | String | |
| 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 |
| getAll(uint04 start, uint04 size) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
| getAs() const | String | inline |
| hash() const | String | |
| hash(const char *value) | String | inlinestatic |
| hashLower() const | String | |
| hashUpper() const | String | |
| hasSubString(const String &sub_string, bool ignore_case=false) const | String | |
| hasSubString(const char *sub_string, bool ignore_case=false) const | String | |
| 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 | |
| isEmpty() const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
| isNumeric() const | String | |
| 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 |
| LogMessage() | LogMessage | inline |
| LogMessage(const Time &time, const char *message, const uint01 error_level=e_notification) | LogMessage | inline |
| LogMessage(const char *message, const uint01 error_level=e_notification) | LogMessage | inlineexplicit |
| LogMessage(const String &message, const uint01 error_level=e_notification) | LogMessage | inlineexplicit |
| LogMessage(const TranslatedString &message, const uint01 error_level=e_notification) | LogMessage | inlineexplicit |
| logRecordLevel() const | LogMessage | inline |
| m_error_level | LogMessage | protected |
| m_time | LogMessage | 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 |
| NumberString(fltp08 value, bool add_comma, uint04 min_decimals, uint04 max_decimals, uint04 min_digits, char decimal='.', char comma=',') | String | static |
| 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 | String | 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 Buffer &buffer) const | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
| operator=(const String &value) | String | inline |
| 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 |
| 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 |
| recordTime() const | LogMessage | inline |
| 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 |
| removeAllOrderedFn(const t_functor &functor) | 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 |
| 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 |
| 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 >::Invalid) | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |
| 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 | |
| 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 |
| 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 |
| UTF16toUTF8(const wchar *unicode, uint04 &advance) | String | static |
| UTF8toUTF16(const char *utf8, uint04 &advance) | String | static |
| ~Buffer() | Buffer< char, uint04, ObjectAllocator< true >, BufferAllocator< char, uint04, true > > | inline |