|
Jameo Core Library
|
This is the complete list of members for jm::File, including all inherited members.
| absolutePath() const | jm::File | |
| addTag(const String &tag) | jm::File | |
| autorelease() noexcept | jm::Object | |
| canExecute() const | jm::File | |
| canRead() const override | jm::File | virtual |
| canWrite() const | jm::File | |
| close() override | jm::File | virtual |
| Comparable() | jm::Comparable< File > | inline |
| compareTo(const File &other) const override | jm::File | virtual |
| createNewFile() | jm::File | |
| displayName() const | jm::Object | virtual |
| equals(const Object *other) const | jm::Object | virtual |
| exists() const | jm::File | |
| extension() const | jm::File | |
| File() | jm::File | |
| File(const String &pathname) | jm::File | explicit |
| File(String parent, String child) | jm::File | |
| File(const File &parent, String child) | jm::File | |
| File(const File &other) | jm::File | |
| getTags() const | jm::File | |
| highBit() const noexcept | jm::Object | |
| isAbsolute() const | jm::File | |
| isDirectory() const | jm::File | |
| isFile() const | jm::File | |
| isHidden() const | jm::File | |
| isLink() const | jm::File | |
| isNull() const | jm::File | |
| isOpen() override | jm::File | virtual |
| isPipe() const | jm::File | |
| lastModified() const | jm::File | |
| listFiles() const | jm::File | |
| makeDirectory() | jm::File | |
| move(ssize_t offset) override | jm::File | virtual |
| moveToTrash() | jm::File | |
| name() const | jm::File | |
| Object() noexcept | jm::Object | |
| open(FileMode mode) override | jm::File | virtual |
| operator=(const File &another) | jm::File | |
| parent() const | jm::File | |
| path() const | jm::File | |
| position() override | jm::File | virtual |
| printDiffInfo(DiffOperation operation, Object *other) const | jm::Object | virtual |
| read(unsigned char *buffer, size_t size) override | jm::File | virtual |
| readFully(ByteArray &buffer, size_t length) override | jm::File | virtual |
| jm::Stream::readFully(ByteArray &buffer) | jm::Stream | |
| referenceCount() const noexcept | jm::Object | |
| release() noexcept | jm::Object | |
| remove() | jm::File | |
| removeTag(const String &tag) | jm::File | |
| renameTo(const String &newPath) | jm::File | |
| retain() noexcept | jm::Object | |
| seek(size_t position) override | jm::File | virtual |
| setHighBit(bool status) noexcept | jm::Object | |
| size() const override | jm::File | virtual |
| Stream() | jm::Stream | |
| write(const uint8 *buffer, size_t length) override | jm::File | virtual |
| jm::Stream::write(const int8 *buffer, size_t length) | jm::Stream | |
| jm::Stream::write(const String &string) | jm::Stream | |
| ~Comparable() | jm::Comparable< File > | inlinevirtual |
| ~File() override=default | jm::File | |
| ~Object() noexcept | jm::Object | virtual |