|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for File, including all inherited members.
| access(const String &path, FileAccess mode) | File | static |
| alias(const State *state) | Object | protectedstatic |
| as() const | Object | |
| chown(const String &path, uid_t ownerId, gid_t groupId) | File | static |
| clean(const String &path) | File | static |
| close() | File | |
| create(const String &path, FileMode mode=FileMode::Default) | File | static |
| createTemp(FileMode mode=FileMode::Default) | File | static |
| createUnique(const String &path, FileMode mode=FileMode::Default, char placeHolder='#') | File | static |
| currentOffset() const | File | |
| dataSync() | File | |
| defaultTransferUnit() const | Stream | |
| drain(const Bytes &auxBuffer=Bytes{}) | Stream | |
| duplicate() const | IoStream | |
| duplicateTo(IoStream &other) | IoStream | |
| echo(bool on) | IoStream | |
| error() | IoStream | static |
| establish(const String &path, FileMode fileMode=FileMode::Default, FileMode dirMode=FileMode::DirDefault) | File | static |
| exists(const String &path) | File | static |
| fd() const | IoStream | |
| File()=default | File | |
| File(const String &path, FileOpen flags=FileOpen::ReadOnly, FileMode mode=FileMode::Default) | File | explicit |
| initOnce() | Object | protected |
| initOncePerThread() | Object | protected |
| input() | IoStream | static |
| ioctl(int request, void *arg) | IoStream | |
| IoStream()=default | IoStream | |
| IoStream(int fd) | IoStream | explicit |
| IoStream(State *newState) (defined in IoStream) | IoStream | explicitprotected |
| is() const | Object | |
| isDiscarding() const | Stream | |
| isInteractive() const | IoStream | |
| isNull() const | Object | |
| isSeekable() const | File | |
| isWeak() const | Object | |
| link(const String &oldPath, const String &newPath) | File | static |
| load(const String &path) | File | static |
| locate(const String &fileName, const List< String > &dirs, FileAccess accessFlags=FileAccess::Exists) | File | static |
| map() | File | |
| map(off_t i0, off_t i1) | File | |
| Object()=default | Object | |
| Object(State *newState) | Object | explicitprotected |
| Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
| Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
| operator bool() const | Object | explicit |
| operator<=>(const Object &other) const | Object | |
| operator=(std::nullptr_t) (defined in Object) | Object | protected |
| operator==(const Object &other) const | Object | |
| output() | IoStream | static |
| pair(Out< IoStream > a, Out< IoStream > b) | IoStream | static |
| path() const | File | |
| read(Out< Bytes > buffer, long maxFill=-1) | Stream | |
| readAll() | File | |
| readlink(const String &path) | File | static |
| readSpan(Out< Bytes > buffer) | Stream | |
| readSpan(long count) | Stream | |
| rename(const String &oldPath, const String &newPath) | File | static |
| save(const String &path, const String &text) | File | static |
| scatterLimit() const | IoStream | |
| seek(off_t distance, Seek whence=Seek::Begin) | File | |
| setScatterLimit(long newLimit) | IoStream | |
| setTimes(const String &path, double lastAccess, double lastModified, bool followSymlink=true) | File | static |
| shutdown(IoShutdown mode=IoShutdown::Full) | IoStream | |
| skip(long long count) | Stream | |
| Stream()=default | Stream | |
| Stream(State *newState) (defined in Stream) | Stream | explicitprotected |
| symlink(const String &oldPath, const String &newPath) | File | static |
| sync() | File | |
| transferTo(const Stream &sink, long long count, const Bytes &buffer) | Stream | |
| transferTo(const Stream &sink, long long count=-1) | Stream | |
| truncate(off_t length) | File | |
| tryOpen(const String &path, Out< File > file, FileOpen flags=FileOpen::ReadOnly, FileMode mode=FileMode::Default) | File | |
| unlink(const String &path) | File | static |
| useCount() const | Object | |
| wait(IoEvent event, int timeout=-1) | Stream | |
| waitEstablished(int timeout=-1) | Stream | |
| weak() const (defined in Object) | Object | protected |
| weak(const State *state) (defined in Object) | Object | protectedstatic |
| write(const Bytes &buffer, long fill=-1) | Stream | |
| write(const List< Bytes > &buffers) | Stream | |
| write(const List< String > &parts) | Stream | |
| write(const struct iovec *iov, int iovcnt) | Stream | |
| write(const char *s) | Stream |