Rosetta
|
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... | |
void | register_version_with_core () |
void devel::init | ( | int | argc, |
char * | argv[] | ||
) |
Command line init() version.
Definition at line 23 of file init.cc.
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.
Definition at line 29 of file init.cc.
References register_version_with_core().
Referenced by init().
void devel::register_version_with_core | ( | ) |
Referenced by init().