CUGL 1.3
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() constcugl::Pathname
getAbsoluteName() constcugl::Pathnameinline
getAbsolutePath() constcugl::Pathname
getAvailableSpace() constcugl::Pathname
getComponents() constcugl::Pathname
getFreeSpace() constcugl::Pathname
getName() constcugl::Pathnameinline
getParentName() constcugl::Pathname
getParentPath() constcugl::Pathname
getPathname() constcugl::Pathnameinline
getSeparator()cugl::Pathnamestatic
getSuffix() constcugl::Pathname
getTotalSpace() constcugl::Pathname
getVolume() constcugl::Pathname
isAbsolute() constcugl::Pathnameinline
isDirectory() constcugl::Pathname
isFile() constcugl::Pathname
isHidden() constcugl::Pathnameinline
lastModified() constcugl::Pathname
length() constcugl::Pathname
list() constcugl::Pathname
list(const std::function< bool(const std::string &file)> &filter) constcugl::Pathname
listPaths() constcugl::Pathname
listPaths(const std::function< bool(const Pathname &path)> &filter) constcugl::Pathname
operator!=(const Pathname &other) constcugl::Pathnameinline
operator<(const Pathname &other) constcugl::Pathnameinline
operator<=(const Pathname &other) constcugl::Pathnameinline
operator==(const Pathname &other) constcugl::Pathnameinline
operator>(const Pathname &other) constcugl::Pathnameinline
operator>=(const Pathname &other) constcugl::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