Rosetta
init Directory Reference
Directory dependency graph for init:
src/protocols/init

Files

file  init.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  init.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init().
 
file  register1.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  register1.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init(). We split this off such that the compiler isn't attempting to compile all of the registration classes at once.
 
file  register2.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  register2.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init(). We split this off such that the compiler isn't attempting to compile all of the registration classes at once.
 
file  register3.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  register3.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init(). We split this off such that the compiler isn't attempting to compile all of the registration classes at once.
 
file  register4.cc
 Declare WidgetRegistrators as static (global) variables in this .cc file so that at load time, they will be initialized, and the Creator classes they register will be handed to the appropriate WidgetFactory.
 
file  register4.hh
 Initialization function to ensure all load-time factory registration occurs for classes that live in the protocols library. protocols::init::init() calls core::init::init(), and devel::init() call protocols::init::init(). We split this off such that the compiler isn't attempting to compile all of the registration classes at once.