![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Path, including all inherited members.
| absolute(void) const | Path | |
| append(Path path) const | Path | |
| append(void) | Path | |
| asSysString() const | Path | inline |
| BACK_PATH | Path | static |
| basePart(void) const | Path | |
| canonical(void) const | Path | |
| contains(const Path &path) const | Path | inline |
| current(void) | Path | static |
| dirPart(void) const | Path | |
| equals(Path &path) const | Path | inline |
| exists(void) const | Path | |
| extension(void) const | Path | |
| home(void) | Path | static |
| isAbsolute(void) const | Path | |
| isDir(void) const | Path | |
| isEmpty(void) const | Path | inline |
| isExecutable(void) const | Path | |
| isFile(void) const | Path | |
| isHomeRelative(void) const | Path | |
| isPrefixOf(const Path &path) const | Path | inline |
| isReadable(void) const | Path | |
| isRelative(void) const | Path | |
| isSeparator(char c) | Path | inlinestatic |
| isWritable(void) const | Path | |
| makeDir(void) | Path | |
| makeDirs(void) const | Path | |
| namePart(void) const | Path | |
| operator bool(void) const | Path | inline |
| operator const String &(void) const | Path | inline |
| operator!=(Path path) const | Path | inline |
| operator/(const Path &path) const | Path | inline |
| operator=(const char *str) | Path | inline |
| operator=(CString str) | Path | inline |
| operator=(const String &str) | Path | inline |
| operator=(const Path &path) | Path | inline |
| operator==(Path path) const | Path | inline |
| parent(void) const | Path | |
| Path(void) | Path | inline |
| Path(const char *path) | Path | inline |
| Path(CString path) | Path | inline |
| Path(const String &path) | Path | inline |
| Path(const Path &path) | Path | inline |
| PATH_SEPARATOR | Path | static |
| prefixedBy(const Path &path) const | Path | inline |
| read(void) | Path | |
| readDir(void) const | Path | inline |
| relativeTo(Path base) const | Path | |
| remove(void) | Path | |
| SEPARATOR | Path | static |
| setCurrent(Path &path) | Path | static |
| setExt(cstring ext) const | Path | inline |
| setExtension(CString new_extension) const | Path | |
| splitPaths(string paths) | Path | inlinestatic |
| subPathOf(const Path &path) const | Path | inline |
| temp(void) | Path | static |
| toString(void) const | Path | inline |
| withoutExt(void) const | Path | |
| write(void) | Path |