|
Rosetta
|
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::id | |
Functions | |
| void | core::id::initialize_core_id_globals () |
| Calling this function ensures that all of the global variables in core::id are initialize before they are needed. More... | |
Fix the static-initialization-order fiasco w/ global variable initialization Previously, the global variables in core:id were not guaranteed to be initialized in the right order; by calling the function defined in this header, you can guarantee that the global variables defined in the core::id namespace are initialized after the function call completes.