#include <memory>
#include <cpp_util_2/h/nocopy.hpp>
#include <oess_1/defs/h/types.hpp>
#include <oess_1/file/h/file.hpp>
#include <oess_1/db/storage/h/chain_storage.hpp>
#include <oess_1/db/storage/impl/h/cache.hpp>
Пространства имен | |
namespace | oess_1 |
namespace | oess_1::db |
namespace | oess_1::db::storage |
namespace | oess_1::db::storage::impl |
Классы | |
class | 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. |