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

#include <Guards.h>

Public Member Functions

 GenericUnguardSharedBool (MutexType &_m)
 
 ~GenericUnguardSharedBool ()
 

Public Attributes

bool b = true
 
MutexType & m
 

Detailed Description

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

Definition at line 64 of file Guards.h.

Constructor & Destructor Documentation

◆ GenericUnguardSharedBool()

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

Definition at line 66 of file Guards.h.

◆ ~GenericUnguardSharedBool()

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

Definition at line 67 of file Guards.h.

Member Data Documentation

◆ b

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

Definition at line 68 of file Guards.h.

◆ m

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

Definition at line 69 of file Guards.h.


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