![]() |
Rosetta
3.7
|
Initialization function to ensure all load-time factory registration occurs for classes that live in the devel library. devel::init() calls protocols::init::init(), which in turn calls core::init::init(). Devel library does not exist in release; so the release version of this file is nearly empty. More...
Namespaces | |
devel | |
Functions | |
void | devel::init (int argc, char *argv[]) |
Command line init() version. More... | |
void | devel::init (utility::vector1< std::string > const &args) |
Wrapper for the command line version. More... | |
Initialization function to ensure all load-time factory registration occurs for classes that live in the devel library. devel::init() calls protocols::init::init(), which in turn calls core::init::init(). Devel library does not exist in release; so the release version of this file is nearly empty.