omegalib
13.1
|
Namespaces | |
omega | |
Functions | |
OMEGA_API libconfig::ArgumentHelper & | omega::oargs () |
Returns the argument parser object. More... | |
OMEGA_API const Vector< String > & | omega::oxargv () |
Returns a vector of optional arguments passed to omegalib. More... | |
OMEGA_API int | omega::omain (omega::ApplicationBase &app, int argc, char **argv) |
The omegalib entry point. More... | |
OMEGA_API bool | omega::olaunch (const String &command) |
Runs the specified command in a separate process. More... | |
OMEGA_API String | omega::ogetcwd () |
Returns the current working directory. More... | |
OMEGA_API String | omega::ogetexecpath () |
Returns the path to the currently running executable. More... | |
OMEGA_API void | omega::osetdataprefix (const String &data) |
OMEGA_API String | omega::ogetdataprefix () |
OMEGA_API double | omega::otimestamp () |
Get a millisecond-resolution timestamp. More... | |