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

Public Member Functions

 template_plugin_impl (template_plugin &_plugin)
 
virtual ~template_plugin_impl ()
 
void on_block (const signed_block &b)
 
graphene::chain::databasedatabase ()
 

Friends

class graphene::template_plugin::template_plugin
 

Detailed Description

Definition at line 32 of file template_plugin.cpp.

Constructor & Destructor Documentation

◆ template_plugin_impl()

graphene::template_plugin::detail::template_plugin_impl::template_plugin_impl ( template_plugin _plugin)
explicit

Definition at line 59 of file template_plugin.cpp.

◆ ~template_plugin_impl()

graphene::template_plugin::detail::template_plugin_impl::~template_plugin_impl ( )
virtual

Definition at line 65 of file template_plugin.cpp.

Member Function Documentation

◆ database()

graphene::chain::database& graphene::template_plugin::detail::template_plugin_impl::database ( )
inline

Definition at line 40 of file template_plugin.cpp.

◆ on_block()

void graphene::template_plugin::detail::template_plugin_impl::on_block ( const signed_block &  b)

Definition at line 54 of file template_plugin.cpp.

Friends And Related Function Documentation

◆ graphene::template_plugin::template_plugin

Definition at line 45 of file template_plugin.cpp.


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