Allolib
1.0
C++ Components For Interactive Multimedia
|
This is the complete list of members for al::File, including all inherited members.
absolutePath(const std::string &path) | al::File | static |
allocContent(int n) (defined in al::File) | al::File | protected |
baseName(const std::string &path, const std::string &suffix="") | al::File | static |
close() | al::File | |
conformDirectory(const std::string &dir) | al::File | static |
conformPathToOS(const std::string &path) | al::File | static |
copy(const std::string &srcPath, const std::string &dstPath, unsigned int bufferSize=1e6) | al::File | static |
currentPath() | al::File | static |
Dir (defined in al::File) | al::File | friend |
directory(const std::string &path) | al::File | static |
dtor() (defined in al::File) | al::File | protected |
exists(const std::string &path) | al::File | static |
exists(const std::string &name, const std::string &path) | al::File | inlinestatic |
extension(const std::string &path) | al::File | static |
File(std::string path=".", std::string mode="r", bool open_=false) | al::File | |
File(const FilePath &path, std::string mode="r", bool open_=false) (defined in al::File) | al::File | |
filePointer() | al::File | inline |
freeContent() (defined in al::File) | al::File | protected |
getSize() (defined in al::File) | al::File | protected |
isDirectory(const std::string &path) | al::File | static |
isRelativePath(const std::string &path) (defined in al::File) | al::File | static |
isSamePath(const std::string &path1, const std::string &path2) (defined in al::File) | al::File | static |
mContent (defined in al::File) | al::File | protected |
mFP (defined in al::File) | al::File | protected |
mMode (defined in al::File) | al::File | protected |
mode(const std::string &v) | al::File | inline |
mode() const | al::File | inline |
modificationTime(const char *path) (defined in al::File) | al::File | static |
mPath (defined in al::File) | al::File | protected |
mSizeBytes (defined in al::File) | al::File | protected |
open(const std::string &path, const std::string &mode="r") | al::File | |
open() | al::File | |
opened() const | al::File | inline |
path(const std::string &v) | al::File | inline |
path() const | al::File | inline |
read(void *v, int size, int items=1) | al::File | inline |
read(const std::string &path) | al::File | static |
readAll() | al::File | |
remove(const std::string &path) | al::File | static |
searchBack(std::string &rootPath, const std::string &matchPath, int maxDepth=6) | al::File | static |
searchBack(std::string &path, int maxDepth=6) | al::File | static |
size() const | al::File | inline |
write(const std::string &v) | al::File | inline |
write(const void *v, int itemSizeInBytes, int items=1) | al::File | inline |
write(const std::string &path, const void *v, int size, int items=1) | al::File | static |
write(const std::string &path, const std::string &data) | al::File | static |
~File() (defined in al::File) | al::File |