A monostate class wrapping application and startup options-related things. More...
#include </home/chochlik/devel/oglplus/include/oglplus/opt/application.hpp>
Public Member Functions | |
Application (void)=default | |
Default constructor. | |
Application (const Application &)=delete | |
No copy construction. | |
Static Public Member Functions | |
static const std::string & | RelativePath (void) |
Returns the path relative to the applications executable from CWD. More... | |
static const std::string & | Name (void) |
Returns the application executable base name. | |
A monostate class wrapping application and startup options-related things.
|
static |
Returns the path relative to the applications executable from CWD.
This function returns the path to the application executable relative to the current working directory, including the trailing path separator.