Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for System, including all inherited members.
access_t typedef | System | |
appendFile(const Path &path) | System | static |
contentOf(const sys::Path &dir) | System | static |
coreCount(void) | System | static |
createFile(const Path &path) | System | static |
createRandomFile(const Path &path, access_t access=READ) | System | static |
exec_suffix | System | static |
exit(int code=0) | System | static |
getEnv(cstring key) | System | static |
getLibraryFileName(const string &name) | System | static |
getPluginFileName(const string &name) | System | static |
getTempDir(void) | System | static |
getTempFile(void) | System | static |
getUnitPath(void *address) | System | static |
hasEnv(cstring key) | System | static |
library_prefix | System | static |
library_suffix | System | static |
makeDir(const sys::Path &path) | System | static |
makeDirs(const sys::Path &path) | System | static |
openRandomFile(const Path &path, access_t access=READ) | System | static |
pipe(void) | System | static |
random(unsigned int top) | System | static |
READ | System | static |
READ_WRITE | System | static |
readFile(const Path &path) | System | static |
remove(const Path &path) | System | static |
removeDir(const sys::Path &path) | System | static |
removeFile(const Path &path) | System | static |
WRITE | System | static |