libfoedus-core
FOEDUS Core Library
|
#include <string>
#include <vector>
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/proc/fwd.hpp"
#include "foedus/proc/proc_id.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
#include "foedus/soc/shared_mutex.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::proc::ProcManagerControlBlock |
This small control block is used to synchronize the access to the array. More... | |
class | foedus::proc::ProcManagerPimpl |
Pimpl object of ProcManager. More... | |
struct | foedus::proc::ProcManagerPimpl::SharedData |
All shared data in this module. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::proc | |
System and User Procedures. | |