BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Macros | Typedefs
object.hpp File Reference
#include <boost/multiprecision/integer.hpp>
#include <graphene/protocol/object_id.hpp>
#include <fc/io/raw.hpp>
#include <fc/crypto/city.hpp>

Go to the source code of this file.

Classes

class  graphene::db::object
 base for all database objects More...
 
class  graphene::db::base_abstract_object< DerivedClass >
 Use the Curiously Recurring Template Pattern to automatically add the ability to clone, serialize, and move objects polymorphically. More...
 
class  graphene::db::abstract_object< DerivedClass, SpaceID, TypeID >
 
class  graphene::db::annotated_object< DerivedClass >
 An object that is easily extended by providing pointers to other objects, one for each space. More...
 

Namespaces

 graphene
 
 graphene::db
 

Macros

#define MAX_NESTING   (200)
 

Typedefs

using graphene::db::annotation_map = fc::flat_map< uint8_t, object_id_type >
 

Macro Definition Documentation

◆ MAX_NESTING

#define MAX_NESTING   (200)

Definition at line 30 of file object.hpp.