![]() |
ImFusion SDK 4.3
|
This is the complete list of members for TemporaryFile, including all inherited members.
| appendBinary(const ByteBufferView &data) const | File | |
| appendText(const std::vector< std::string > &lines) const | File | |
| copyTo(const Path &destination, Flags< CopyOptions > copyOptions=CopyOptions::None) const | File | |
| create() const | File | |
| createRecursive() const | File | |
| exists() const | File | |
| File(const Path &path) | File | |
| File(const std::string &path) | File | explicit |
| File(const char *path) | File | explicit |
| isExecutable() const | File | |
| lastModified() const | File | |
| name() const | File | |
| NotCopyable()=default (defined in NotCopyable) | NotCopyable | protected |
| NotCopyable(NotCopyable &&) noexcept=default (defined in NotCopyable) | NotCopyable | protected |
| NotCopyable(const NotCopyable &)=delete (defined in NotCopyable) | NotCopyable | protected |
| openForReading(std::ios_base::openmode openmode=std::ios_base::in) const | File | |
| openForWriting(std::ios_base::openmode openmode=std::ios_base::out) const | File | |
| operator Path() const | File | inline |
| operator=(NotCopyable &&) noexcept=default (defined in NotCopyable) | NotCopyable | protected |
| operator=(const NotCopyable &)=delete (defined in NotCopyable) | NotCopyable | protected |
| parentDirectory() const | File | |
| parentPath() const | File | |
| path() const | File | inline |
| Policy enum name | TemporaryFile | |
| readBinary() const | File | |
| readText() const | File | |
| remove() const | File | |
| rename(const Path &newName) | File | |
| size() const | File | |
| string() const | File | inline |
| TemporaryFile(const Path &path={}, Policy policy=Policy::CreateRecursive) | TemporaryFile | explicit |
| writeBinary(const ByteBufferView &data) const | File | |
| writeText(const std::vector< std::string > &lines) const | File | |
| ~NotCopyable()=default (defined in NotCopyable) | NotCopyable | protected |
| ~TemporaryFile() (defined in TemporaryFile) | TemporaryFile |