|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Use the Curiously Recurring Template Pattern to automatically add the ability to clone, serialize, and move objects polymorphically. More...
#include <object.hpp>
Public Member Functions | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from graphene::db::object | |
| object_id_type | id |
Use the Curiously Recurring Template Pattern to automatically add the ability to clone, serialize, and move objects polymorphically.
http://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
Definition at line 88 of file object.hpp.
|
inlineoverridevirtual |
these methods are implemented for derived classes by inheriting base_abstract_object<DerivedClass>
Implements graphene::db::object.
Definition at line 92 of file object.hpp.
|
inlineoverridevirtual |
Implements graphene::db::object.
Definition at line 97 of file object.hpp.
|
default |
|
inline |
Definition at line 65 of file object.hpp.
|
inlineoverridevirtual |
Implements graphene::db::object.
Definition at line 103 of file object.hpp.
|
inlineoverridevirtual |
Implements graphene::db::object.
Definition at line 101 of file object.hpp.
1.8.17