#include <vector>
#include <map>
#include <fstream>
#include <oess_1/defs/h/ex.hpp>
#include <oess_1/db/storage/h/errno.hpp>
#include <oess_1/db/storage/impl/h/page_accessor.hpp>
Пространства имен | |
namespace | oess_1 |
namespace | oess_1::db |
namespace | oess_1::db::storage |
namespace | oess_1::db::storage::impl |
Классы | |
class | std_page_accessor_t |
Штатная реализация интерфейса page_accessor_t. Подробнее... | |
Функции | |
std::auto_ptr< page_accessor_t > | oess_1::db::storage::impl::create_std_page_accessor (const config_t &config, oess_1::file::file_t &main_file, oess_1::uint_t &main_file_logic_length, cache_t &cache, dirty_page_storage_t &dirty_pages, bool is_read_only) |
Создать штатную реализацию интерфейса page_accessor_t. |