CUGL
Cornell University Game Library
cugl::Pathname Member List

This is the complete list of members for cugl::Pathname, including all inherited members.

canRead()cugl::Pathname
canSearch()cugl::Pathname
canWrite()cugl::Pathname
createDirectory()cugl::Pathname
createFile()cugl::Pathname
createPath()cugl::Pathname
deleteDirectory()cugl::Pathname
deleteFile()cugl::Pathname
exists() const cugl::Pathname
getAbsoluteName() const cugl::Pathnameinline
getAbsolutePath() const cugl::Pathname
getAvailableSpace() const cugl::Pathname
getComponents() const cugl::Pathname
getFreeSpace() const cugl::Pathname
getName() const cugl::Pathnameinline
getParentName() const cugl::Pathname
getParentPath() const cugl::Pathname
getPathname() const cugl::Pathnameinline
getSeparator()cugl::Pathnamestatic
getSuffix() const cugl::Pathname
getTotalSpace() const cugl::Pathname
getVolume() const cugl::Pathname
isAbsolute() const cugl::Pathnameinline
isDirectory() const cugl::Pathname
isFile() const cugl::Pathname
isHidden() const cugl::Pathnameinline
lastModified() const cugl::Pathname
length() const cugl::Pathname
list() const cugl::Pathname
list(const std::function< bool(const std::string &file)> &filter) const cugl::Pathname
listPaths() const cugl::Pathname
listPaths(const std::function< bool(const Pathname &path)> &filter) const cugl::Pathname
operator!=(const Pathname &other) const cugl::Pathnameinline
operator<(const Pathname &other) const cugl::Pathnameinline
operator<=(const Pathname &other) const cugl::Pathnameinline
operator==(const Pathname &other) const cugl::Pathnameinline
operator>(const Pathname &other) const cugl::Pathnameinline
operator>=(const Pathname &other) const cugl::Pathnameinline
Pathname(const Pathname &copy)cugl::Pathname
Pathname(Pathname &&copy) noexceptcugl::Pathname
Pathname(const std::string &path)cugl::Pathname
Pathname(const char *path)cugl::Pathnameinline
Pathname(const std::string &parent, const std::string &child)cugl::Pathname
Pathname(const char *parent, const std::string &child)cugl::Pathnameinline
Pathname(const std::string &parent, const char *child)cugl::Pathnameinline
Pathname(const char *parent, const char *child)cugl::Pathnameinline
Pathname(const Pathname &parent, const std::string &child)cugl::Pathname
Pathname(const Pathname &parent, const char *child)cugl::Pathnameinline
renameTo(const std::string &path)cugl::Pathnameinline
renameTo(const char *path)cugl::Pathnameinline
renameTo(const Pathname &dest)cugl::Pathname
setReadable(bool readable)cugl::Pathname
setReadable(bool readable, bool ownerOnly)cugl::Pathname
setReadOnly()cugl::Pathname
setSearchable(bool searchable)cugl::Pathname
setSearchable(bool searchable, bool ownerOnly)cugl::Pathname
setWritable(bool writable)cugl::Pathname
setWritable(bool writable, bool ownerOnly)cugl::Pathname
~Pathname()cugl::Pathnameinline