This is the complete list of members for nawa::File, including all inherited members.
contentType() noexcept | nawa::File | |
contentType() const noexcept | nawa::File | |
contentType(std::string value) noexcept | nawa::File | |
File(std::shared_ptr< char[]> dataPtr, size_t size) | nawa::File | |
File(std::string const &data) | nawa::File | explicit |
File(File const &other) | nawa::File | |
File(File &&other) noexcept | nawa::File | |
filename() noexcept | nawa::File | |
filename() const noexcept | nawa::File | |
filename(std::string value) noexcept | nawa::File | |
operator=(const File &other) | nawa::File | |
operator=(File &&other) noexcept | nawa::File | |
size() const noexcept | nawa::File | |
toString() const | nawa::File | |
writeToDisk(std::string const &path) const | nawa::File | |
~File() | nawa::File | virtual |