![]() |
Rosetta
3.7
|
Classes | |
class | VersionRegistrator |
Functions | |
void | init (int argc, char *argv[]) |
Command line init() version. More... | |
void | init (utility::vector1< std::string > const &args) |
Wrapper for the command line version. More... | |
std::string | rosetta_svn_version () |
std::string | rosetta_svn_url () |
void | register_version_with_core () |
Variables | |
VersionRegistrator | vr |
void devel::init | ( | int | argc, |
char * | argv[] | ||
) |
Command line init() version.
References init(), and register_version_with_core().
Referenced by core_init_from_string(), and main().
void devel::init | ( | utility::vector1< std::string > const & | args | ) |
Wrapper for the command line version.
References register_version_with_core().
Referenced by init().
void devel::register_version_with_core | ( | ) |
Referenced by init().
std::string devel::rosetta_svn_url | ( | ) |
References app.pyrosetta_toolkit.modules.prettytable.setup::url.
Referenced by devel::VersionRegistrator::VersionRegistrator().
std::string devel::rosetta_svn_version | ( | ) |
References ObjexxFCL::date().
Referenced by devel::VersionRegistrator::VersionRegistrator().
VersionRegistrator devel::vr |