BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Friends | List of all members
graphene::db::undo_database::session Class Reference

#include <undo_database.hpp>

Public Member Functions

 session (session &&mv)
 
 ~session ()
 
void commit ()
 
void undo ()
 
void merge ()
 
sessionoperator= (session &&mv)
 

Friends

class undo_database
 

Detailed Description

Definition at line 52 of file undo_database.hpp.

Constructor & Destructor Documentation

◆ session()

graphene::db::undo_database::session::session ( session &&  mv)
inline

Definition at line 55 of file undo_database.hpp.

◆ ~session()

graphene::db::undo_database::session::~session ( )

Definition at line 33 of file undo_database.cpp.

Member Function Documentation

◆ commit()

void graphene::db::undo_database::session::commit ( )
inline

Definition at line 61 of file undo_database.hpp.

◆ merge()

void graphene::db::undo_database::session::merge ( )
inline

Definition at line 63 of file undo_database.hpp.

◆ operator=()

session& graphene::db::undo_database::session::operator= ( session &&  mv)
inline

Definition at line 65 of file undo_database.hpp.

◆ undo()

void graphene::db::undo_database::session::undo ( )
inline

Definition at line 62 of file undo_database.hpp.

Friends And Related Function Documentation

◆ undo_database

friend class undo_database
friend

Definition at line 75 of file undo_database.hpp.


The documentation for this class was generated from the following files: