libutil++  1.9.3
 All Classes Functions Variables
sella::util::File Member List

This is the complete list of members for sella::util::File, including all inherited members.

all (defined in sella::util::File)sella::util::Filestatic
any (defined in sella::util::File)sella::util::Filestatic
dirs (defined in sella::util::File)sella::util::Filestatic
exists(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
files (defined in sella::util::File)sella::util::Filestatic
getATime(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getBaseName(const std::string &fullpath) (defined in sella::util::File)sella::util::Filestatic
getBlocks(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getBlockSize(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getCTime(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getDirectory(const std::string &path, const std::string &regex=any, const std::set< uint8_t > &types=all) (defined in sella::util::File)sella::util::Filestatic
getDirName(const std::string &fullpath) (defined in sella::util::File)sella::util::Filestatic
getGID(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getMTime(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getRealPath(const std::string &fullpath) (defined in sella::util::File)sella::util::Filestatic
getSize(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
getUID(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isBlockDevice(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isCharacterDevice(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isDirectory(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isFIFO(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isReadable(const std::string &fullpath) (defined in sella::util::File)sella::util::Filestatic
isRegularFile(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isSocket(const std::string &fullpath, bool followSymlink=true) (defined in sella::util::File)sella::util::Filestatic
isSymLink(const std::string &fullpath) (defined in sella::util::File)sella::util::Filestatic
itomode(int mode) (defined in sella::util::File)sella::util::Filestatic
read(const std::string &fullpath, size_t limit=0, std::ios_base::openmode mode=std::ios_base::in) (defined in sella::util::File)sella::util::Filestatic
readline(const std::string &fullpath, char delim= '\n', std::ios_base::openmode mode=std::ios_base::in) (defined in sella::util::File)sella::util::Filestatic
readlines(const std::string &fullpath, size_t limit=0, char delim= '\n', std::ios_base::openmode mode=std::ios_base::in) (defined in sella::util::File)sella::util::Filestatic
regular (defined in sella::util::File)sella::util::Filestatic
write(const std::string &fullpath, const std::string &data, std::ios_base::openmode mode=std::ios_base::out) (defined in sella::util::File)sella::util::Filestatic