Flow123d
JS_before_hm-983-gccfd4b3
|
Stores version of program and other base data of application. More...
#include <type_output.hh>
Public Attributes | |
std::string | version |
Actual version of application. More... | |
std::string | revision |
Actual revision of application. More... | |
std::string | branch |
Actual branch of application. More... | |
std::string | url |
Url of application. More... | |
Stores version of program and other base data of application.
Definition at line 44 of file type_output.hh.
std::string Input::Type::RevNumData::branch |
Actual branch of application.
Definition at line 47 of file type_output.hh.
std::string Input::Type::RevNumData::revision |
Actual revision of application.
Definition at line 46 of file type_output.hh.
std::string Input::Type::RevNumData::url |
Url of application.
Definition at line 48 of file type_output.hh.
std::string Input::Type::RevNumData::version |
Actual version of application.
Definition at line 45 of file type_output.hh.