This is the complete list of members for nkLog::String, including all inherited members.
getData() const | nkLog::String | |
getSize() const | nkLog::String | |
operator std::string() const | nkLog::String | |
operator std::string_view() const | nkLog::String | |
operator+(char c) const | nkLog::String | |
operator+(const StringView &other) const | nkLog::String | |
operator+=(char c) | nkLog::String | |
operator+=(const StringView &other) | nkLog::String | |
operator=(const StringView &other) | nkLog::String | |
operator=(String &&other) | nkLog::String | |
operator[](unsigned long long index) const | nkLog::String | |
operator[](unsigned long long index) | nkLog::String | |
String() noexcept | nkLog::String | |
String(char c) noexcept | nkLog::String | |
String(const char *data) noexcept | nkLog::String | |
String(unsigned long long size) noexcept | nkLog::String | |
String(const char *data, unsigned long long size) noexcept | nkLog::String | |
String(const String &other) noexcept | nkLog::String | |
String(String &&other) noexcept | nkLog::String | |
String(const std::string &str) noexcept | nkLog::String | |
String(const std::string_view &str) noexcept | nkLog::String | |
~String() | nkLog::String |