_observers | graphene::db::base_primary_index | protected |
_sindex | graphene::db::base_primary_index | protected |
add_observer(const std::shared_ptr< index_observer > &o) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
add_secondary_index(Args... args) | graphene::db::base_primary_index | inline |
base_primary_index(object_database &db) | graphene::db::base_primary_index | inlineexplicit |
create(const std::function< void(object &)> &constructor) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
find(object_id_type id) const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
get_next_id() const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
get_object_version() const | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
get_secondary_index() const | graphene::db::base_primary_index | inline |
insert(object &&obj) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
load(const std::vector< char > &data) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
modify(const object &obj, const std::function< void(object &)> &m) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
object_default(object &obj) const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
object_from_variant(const fc::variant &var, object &obj, uint32_t max_depth) const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
object_space_id() const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
object_type typedef | graphene::db::primary_index< DerivedIndex, DirectBits > | |
object_type_id() const override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
on_add(const object &obj) | graphene::db::base_primary_index | |
on_modify(const object &obj) | graphene::db::base_primary_index | |
on_remove(const object &obj) | graphene::db::base_primary_index | |
open(const fc::path &db) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
primary_index(object_database &db) | graphene::db::primary_index< DerivedIndex, DirectBits > | inlineexplicit |
remove(const object &obj) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
save(const fc::path &db) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
save_undo(const object &obj) | graphene::db::base_primary_index | |
set_next_id(object_id_type id) override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
use_next_id() override | graphene::db::primary_index< DerivedIndex, DirectBits > | inline |
~base_primary_index()=default | graphene::db::base_primary_index | virtual |