|
pstore2
|
This is the complete list of members for pstore::database, including all inherited members.
| access_mode enum name (defined in pstore::database) | pstore::database | |
| allocate(std::uint64_t bytes, unsigned align) | pstore::database | virtual |
| build_new_store(file::file_base &file) | pstore::database | static |
| close() (defined in pstore::database) | pstore::database | |
| crc_checks_enabled() | pstore::database | static |
| database(std::string const &path, access_mode am, bool access_tick_enabled=true) | pstore::database | explicit |
| database(std::shared_ptr< File > file, std::unique_ptr< system_page_size_interface > &&page_size, std::unique_ptr< region::factory > &®ion_factory, bool access_tick_enabled=true) | pstore::database | explicit |
| database(std::shared_ptr< File > file, bool access_tick_enabled=true) (defined in pstore::database) | pstore::database | inlineexplicit |
| database(database &&)=delete (defined in pstore::database) | pstore::database | |
| database(database const &)=delete (defined in pstore::database) | pstore::database | |
| file() const | pstore::database | inline |
| file() (defined in pstore::database) | pstore::database | inline |
| footer_pos() const noexcept (defined in pstore::database) | pstore::database | inline |
| get(address addr, std::size_t size, bool initialized, bool writable) const -> std::shared_ptr< void const > (defined in pstore::database) | pstore::database | virtual |
| get_current_revision() const | pstore::database | inline |
| get_footer() const (defined in pstore::database) | pstore::database | inline |
| get_footer_pos(File &file) -> typed_address< trailer > (defined in pstore::database) | pstore::database | |
| get_header() const noexcept (defined in pstore::database) | pstore::database | inline |
| get_mutable_index(enum pstore::trailer::indices const which) const | pstore::database | inline |
| get_shared() const (defined in pstore::database) | pstore::database | |
| get_shared() (defined in pstore::database) | pstore::database | |
| get_sync_name() const | pstore::database | inline |
| get_vacuum_mode() const noexcept (defined in pstore::database) | pstore::database | inline |
| getro(address const addr, std::size_t const size) const | pstore::database | inline |
| getro(extent< T > const &ex) const | pstore::database | inline |
| getro(typed_address< T > const addr) const | pstore::database | inline |
| getro(typed_address< T > const addr, std::size_t const elements) const | pstore::database | inline |
| getrw(address const addr, std::size_t const size) | pstore::database | inline |
| getrw(extent< T > const &ex) | pstore::database | inline |
| getrw(typed_address< T > addr) | pstore::database | inline |
| getrw(typed_address< T > const addr, std::size_t const elements) | pstore::database | inline |
| is_writable() const noexcept (defined in pstore::database) | pstore::database | inline |
| latest_time() const (defined in pstore::database) | pstore::database | inline |
| older_revision_footer_pos(unsigned revision) const | pstore::database | |
| operator=(database &&)=delete (defined in pstore::database) | pstore::database | |
| operator=(database const &)=delete (defined in pstore::database) | pstore::database | |
| path() const | pstore::database | inline |
| protect(address const first, address const last) (defined in pstore::database) | pstore::database | inline |
| set_id(uuid const &id) noexcept (defined in pstore::database) | pstore::database | inline |
| set_new_footer(typed_address< trailer > new_footer_pos) | pstore::database | |
| set_vacuum_mode(vacuum_mode const mode) noexcept (defined in pstore::database) | pstore::database | inline |
| shared_memory_name() const (defined in pstore::database) | pstore::database | inline |
| size() const noexcept | pstore::database | inline |
| small_files_enabled() noexcept (defined in pstore::database) | pstore::database | inlinestatic |
| storage() const noexcept | pstore::database | inline |
| sync(unsigned revision=head_revision) | pstore::database | |
| truncate(std::uint64_t size) | pstore::database | virtual |
| upgrade_to_write_lock() (defined in pstore::database) | pstore::database | |
| vacuum_mode enum name (defined in pstore::database) | pstore::database | |
| ~database() noexcept (defined in pstore::database) | pstore::database | virtual |
1.8.13