E-MailRelay
|
This is the complete list of members for G::File, including all inherited members.
backup(const Path &from, std::nothrow_t) | G::File | static |
chgrp(const Path &file, const std::string &group) | G::File | static |
chgrp(const Path &file, const std::string &group, std::nothrow_t) | G::File | static |
chgrp(const Path &file, gid_t group_id, std::nothrow_t) | G::File | static |
chmod(const Path &file, const std::string &spec) | G::File | static |
chmodx(const Path &file) | G::File | static |
chmodx(const Path &file, std::nothrow_t) | G::File | static |
cleanup(const Cleanup::Arg &path_arg) noexcept | G::File | static |
close(int fd) noexcept | G::File | static |
compare(const Path &, const Path &, bool ignore_whitespace=false) | G::File | static |
copy(const Path &from, const Path &to, std::nothrow_t) | G::File | static |
copy(const Path &from, const Path &to) | G::File | static |
copy(std::istream &from, std::ostream &to, std::streamsize limit=0U, std::size_t block=0U) | G::File | static |
copyInto(const Path &from, const Path &to_dir, std::nothrow_t) | G::File | static |
create(const Path &) | G::File | static |
exists(const Path &file) | G::File | static |
exists(const Path &file, std::nothrow_t) | G::File | static |
File()=delete (defined in G::File) | G::File | |
fopen(const Path &, const char *mode) noexcept | G::File | static |
fopen(const char *, const char *mode)=delete (defined in G::File) | G::File | static |
fopen(const std::string &, const char *mode)=delete (defined in G::File) | G::File | static |
hardlink(const Path &src, const Path &dst, std::nothrow_t) | G::File | static |
InOut enum name (defined in G::File) | G::File | |
InOutAppend enum name (defined in G::File) | G::File | |
isDirectory(const Path &path, std::nothrow_t) | G::File | static |
isEmpty(const Path &file, std::nothrow_t) | G::File | static |
isExecutable(const Path &, std::nothrow_t) | G::File | static |
isLink(const Path &path, std::nothrow_t) | G::File | static |
link(const Path &target, const Path &new_link) | G::File | static |
link(const Path &target, const Path &new_link, std::nothrow_t) | G::File | static |
mkdir(const Path &dir, std::nothrow_t) | G::File | static |
mkdir(const Path &dir) | G::File | static |
mkdirs(const Path &dir, std::nothrow_t, int=100) | G::File | static |
mkdirs(const Path &dir, int=100) | G::File | static |
open(std::ofstream &, const Path &) | G::File | static |
open(std::ofstream &, const Path &, Append) | G::File | static |
open(std::ofstream &, const Path &, Text) | G::File | static |
open(std::ifstream &, const Path &) | G::File | static |
open(std::ifstream &, const Path &, Text) | G::File | static |
open(std::filebuf &, const Path &, InOut) | G::File | static |
open(const Path &, InOutAppend, bool windows_inherit=false) noexcept | G::File | static |
open(const Path &, CreateExclusive) noexcept | G::File | static |
open(const char *, InOutAppend)=delete (defined in G::File) | G::File | static |
open(const std::string &, InOutAppend)=delete (defined in G::File) | G::File | static |
open(const char *, CreateExclusive)=delete (defined in G::File) | G::File | static |
open(const std::string &, CreateExclusive)=delete (defined in G::File) | G::File | static |
probe(const Path &) noexcept | G::File | static |
probe(const char *)=delete (defined in G::File) | G::File | static |
probe(const std::string &)=delete (defined in G::File) | G::File | static |
read(int fd, char *, std::size_t) noexcept | G::File | static |
readlink(const Path &link) | G::File | static |
readlink(const Path &link, std::nothrow_t) | G::File | static |
remove(const Path &path, std::nothrow_t) noexcept | G::File | static |
remove(const Path &path) | G::File | static |
remove(const char *, std::nothrow_t)=delete (defined in G::File) | G::File | static |
remove(const std::string &, std::nothrow_t)=delete (defined in G::File) | G::File | static |
rename(const Path &from, const Path &to, std::nothrow_t) noexcept | G::File | static |
rename(const Path &from, const Path &to, bool ignore_missing=false) | G::File | static |
rename(const char *, const Path &, std::nothrow_t)=delete (defined in G::File) | G::File | static |
rename(const std::string &, const Path &, std::nothrow_t)=delete (defined in G::File) | G::File | static |
rename(const char *, const char *, std::nothrow_t)=delete (defined in G::File) | G::File | static |
rename(const std::string &, const std::string &, std::nothrow_t)=delete (defined in G::File) | G::File | static |
renameOnto(const Path &from, const Path &to, std::nothrow_t) noexcept | G::File | static |
renameOnto(const char *, const char *, std::nothrow_t)=delete (defined in G::File) | G::File | static |
renameOnto(const std::string &, const std::string &, std::nothrow_t)=delete (defined in G::File) | G::File | static |
Seek enum name (defined in G::File) | G::File | |
seek(int fd, std::streamoff offset, Seek) noexcept | G::File | static |
setNonBlocking(int fd) noexcept | G::File | static |
sizeString(const Path &file) | G::File | static |
stat(const Path &path, bool symlink_nofollow=false) | G::File | static |
time(const Path &file) | G::File | static |
time(const Path &file, std::nothrow_t) | G::File | static |
write(int fd, const char *, std::size_t) noexcept | G::File | static |