libfoedus-core
FOEDUS Core Library
|
All shared data in this module. More...
All shared data in this module.
Definition at line 68 of file proc_manager_pimpl.hpp.
#include <proc_manager_pimpl.hpp>
Public Member Functions | |
SharedData () | |
Public Attributes | |
ProcManagerControlBlock * | control_block_ |
ProcAndName * | procs_ |
The procedure list maintained in this module is an array of ProcName. More... | |
LocalProcId * | name_sort_ |
IDs sorted by name for quick lookup. More... | |
|
inline |
Definition at line 69 of file proc_manager_pimpl.hpp.
ProcManagerControlBlock* foedus::proc::ProcManagerPimpl::SharedData::control_block_ |
Definition at line 70 of file proc_manager_pimpl.hpp.
Referenced by foedus::proc::ProcManagerPimpl::describe_registered_procs(), foedus::proc::ProcManagerPimpl::find_by_name(), foedus::proc::ProcManagerPimpl::initialize_once(), foedus::proc::ProcManagerPimpl::insert(), and foedus::proc::ProcManagerPimpl::uninitialize_once().
LocalProcId* foedus::proc::ProcManagerPimpl::SharedData::name_sort_ |
IDs sorted by name for quick lookup.
Definition at line 74 of file proc_manager_pimpl.hpp.
Referenced by foedus::proc::ProcManagerPimpl::initialize_once().
ProcAndName* foedus::proc::ProcManagerPimpl::SharedData::procs_ |
The procedure list maintained in this module is an array of ProcName.
Definition at line 72 of file proc_manager_pimpl.hpp.
Referenced by foedus::proc::ProcManagerPimpl::describe_registered_procs(), foedus::proc::ProcManagerPimpl::find_by_name(), foedus::proc::ProcManagerPimpl::initialize_once(), and foedus::proc::ProcManagerPimpl::insert().