|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <object.hpp>
Public Member Functions | |
| abstract_object () | |
| object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< DerivedClass > | |
| std::unique_ptr< object > | clone () const override |
| void | move_from (object &obj) override |
| fc::variant | to_variant () const override |
| std::vector< char > | pack () const override |
| object ()=default | |
| object (uint8_t space_id, uint8_t type_id) | |
Public Member Functions inherited from graphene::db::object | |
| object ()=default | |
| object (uint8_t space_id, uint8_t type_id) | |
| virtual | ~object ()=default |
Static Public Attributes | |
| static constexpr uint8_t | space_id = SpaceID |
| static constexpr uint8_t | type_id = TypeID |
Additional Inherited Members | |
Public Attributes inherited from graphene::db::object | |
| object_id_type | id |
Definition at line 107 of file object.hpp.
|
inline |
Definition at line 112 of file object.hpp.
|
inline |
Definition at line 113 of file object.hpp.
|
staticconstexpr |
Definition at line 110 of file object.hpp.
|
staticconstexpr |
Definition at line 111 of file object.hpp.
1.8.17