Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
init.release.hh File Reference

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...

#include <utility/vector1.fwd.hh>
#include <string>

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...
 

Detailed Description

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.

Author
Steven Lewis (smlew.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om)