OpenEnroth 73e68f7
|
This is the complete list of members for Blob, including all inherited members.
_data | Blob | private |
_displayPath | Blob | private |
_size | Blob | private |
_state | Blob | private |
Blob() | Blob | inline |
Blob(const Blob &)=delete | Blob | |
Blob(Blob &&other) | Blob | inline |
concat(const Blob &l, const Blob &r) | Blob | static |
copy(const void *data, size_t size) | Blob | static |
copy(const Blob &other) | Blob | static |
data() const | Blob | inline |
displayPath() const | Blob | inline |
empty() const | Blob | inline |
fromFile(std::string_view path) | Blob | static |
fromMalloc(const void *data, size_t size) | Blob | static |
fromMalloc(std::unique_ptr< void, FreeDeleter > data, size_t size) | Blob | static |
fromString(std::string string) | Blob | static |
operator bool() const | Blob | inlineexplicit |
operator!() const | Blob | inline |
operator=(const Blob &)=delete | Blob | |
operator=(Blob &&other) | Blob | inline |
read(FILE *file, size_t size) | Blob | static |
read(InputStream *stream, size_t size) | Blob | static |
share(const Blob &other) | Blob | static |
size() const | Blob | inline |
string_view() const | Blob | inline |
subBlob(size_t offset, size_t size=-1) const | Blob | |
swap | Blob | friend |
view(const void *data, size_t size) | Blob | static |
view(std::string_view data) | Blob | static |
withDisplayPath(std::string_view displayPath) | Blob | inline |
~Blob()=default | Blob |