libfoedus-core
FOEDUS Core Library
|
#include "foedus/engine_options.hpp"
#include <tinyxml2.h>
#include <valgrind.h>
#include <sys/resource.h>
#include <algorithm>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
Functions | |
template<typename ENGINE_OPTION_PTR , typename CHILD_PTR > | |
std::vector< CHILD_PTR > | foedus::get_children_impl (ENGINE_OPTION_PTR option) |
std::vector< externalize::Externalizable * > | foedus::get_children (EngineOptions *option) |
std::vector< const externalize::Externalizable * > | foedus::get_children (const EngineOptions *option) |