Kagome
Polkadot Runtime Engine in C++17
kagome::consensus::grandpa::GrandpaContext::Guard Class Reference

#include <grandpa_context.hpp>

Collaboration diagram for kagome::consensus::grandpa::GrandpaContext::Guard:

Public Member Functions

 Guard ()
 
 ~Guard ()
 

Private Member Functions

void * operator new (size_t)=delete
 
void * operator new (size_t, void *)=delete
 
void * operator new[] (size_t)=delete
 
void * operator new[] (size_t, void *)=delete
 

Detailed Description

Definition at line 19 of file grandpa_context.hpp.

Constructor & Destructor Documentation

kagome::consensus::grandpa::GrandpaContext::Guard::Guard ( )
inline

Definition at line 27 of file grandpa_context.hpp.

kagome::consensus::grandpa::GrandpaContext::Guard::~Guard ( )
inline

Definition at line 32 of file grandpa_context.hpp.

Member Function Documentation

void* kagome::consensus::grandpa::GrandpaContext::Guard::operator new ( size_t  )
privatedelete
void* kagome::consensus::grandpa::GrandpaContext::Guard::operator new ( size_t  ,
void *   
)
privatedelete
void* kagome::consensus::grandpa::GrandpaContext::Guard::operator new[] ( size_t  )
privatedelete
void* kagome::consensus::grandpa::GrandpaContext::Guard::operator new[] ( size_t  ,
void *   
)
privatedelete

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