_index_size | graphene::db::object_database | static |
_undo_db | graphene::db::object_database | |
add_index() | graphene::db::object_database | inline |
add_secondary_index(Args... args) | graphene::db::object_database | inline |
base_primary_index class | graphene::db::object_database | friend |
cast(const object &obj) | graphene::db::object_database | inlinestatic |
cast(object &obj) | graphene::db::object_database | inlinestatic |
close() | graphene::db::object_database | |
create(F &&constructor) | graphene::db::object_database | inline |
find(const object_id_type &id) const | graphene::db::object_database | inline |
find(const object_id< SpaceID, TypeID > &id) const -> const object_downcast_t< decltype(id)> * | graphene::db::object_database | inline |
find_object(const object_id_type &id) const | graphene::db::object_database | |
flush() | graphene::db::object_database | |
get(const object_id_type &id) const | graphene::db::object_database | inline |
get(const object_id< SpaceID, TypeID > &id) const -> const object_downcast_t< decltype(id)> & | graphene::db::object_database | inline |
get_data_dir() const | graphene::db::object_database | inline |
get_index() const | graphene::db::object_database | inline |
get_index(uint8_t space_id, uint8_t type_id) const | graphene::db::object_database | |
get_index(const object_id_type &id) const | graphene::db::object_database | inline |
get_index_type() const | graphene::db::object_database | inline |
get_mutable_index() | graphene::db::object_database | inlineprotected |
get_mutable_index(const object_id_type &id) | graphene::db::object_database | inlineprotected |
get_mutable_index(uint8_t space_id, uint8_t type_id) | graphene::db::object_database | protected |
get_mutable_index_type() | graphene::db::object_database | inlineprotected |
get_object(const object_id_type &id) const | graphene::db::object_database | |
insert(object &&obj) | graphene::db::object_database | inline |
modify(const T &obj, const Lambda &m) | graphene::db::object_database | inline |
object_database() | graphene::db::object_database | |
open(const fc::path &data_dir) | graphene::db::object_database | |
pop_undo() | graphene::db::object_database | |
remove(const object &obj) | graphene::db::object_database | inline |
reset_indexes() | graphene::db::object_database | inline |
undo_database class | graphene::db::object_database | friend |
wipe(const fc::path &data_dir) | graphene::db::object_database | |
~object_database()=default | graphene::db::object_database | virtual |