Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::GenericUnguardBool< MutexType > Struct Template Reference

#include <Guards.h>

Public Member Functions

 GenericUnguardBool (MutexType &_m)
 
 ~GenericUnguardBool ()
 

Public Attributes

bool b = true
 
MutexType & m
 

Detailed Description

template<class MutexType>
struct dev::GenericUnguardBool< MutexType >

Definition at line 56 of file Guards.h.

Constructor & Destructor Documentation

◆ GenericUnguardBool()

template<class MutexType >
dev::GenericUnguardBool< MutexType >::GenericUnguardBool ( MutexType &  _m)
inline

Definition at line 58 of file Guards.h.

◆ ~GenericUnguardBool()

template<class MutexType >
dev::GenericUnguardBool< MutexType >::~GenericUnguardBool ( )
inline

Definition at line 59 of file Guards.h.

Member Data Documentation

◆ b

template<class MutexType >
bool dev::GenericUnguardBool< MutexType >::b = true

Definition at line 60 of file Guards.h.

◆ m

template<class MutexType >
MutexType& dev::GenericUnguardBool< MutexType >::m

Definition at line 61 of file Guards.h.


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