|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::File, including all inherited members.
| _content | utility::File | protected |
| _path | utility::File | protected |
| _pos | utility::File | protected |
| clear() | utility::File | |
| content() const | utility::File | inline |
| data() const | utility::File | inline |
| File(const std::string &path, const std::string &content) | utility::File | |
| File(const std::string &path, const std::vector< std::byte > &content) | utility::File | |
| path() const | utility::File | inline |
| read(void *ptr, size_t size, size_t count) | utility::File | |
| read(std::string &str, size_t size, size_t count) | utility::File | |
| remove(size_t count) | utility::File | |
| Seek enum name | utility::File | |
| seek(long offset, Seek whence) | utility::File | |
| size() const | utility::File | inline |
| tell() const | utility::File | |
| write(const void *ptr, size_t size, size_t nmemb) | utility::File | |
| ~File() | utility::File |