Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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

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

Definition at line 58 of file Guards.h.

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

Definition at line 59 of file Guards.h.

Member Data Documentation

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

Definition at line 60 of file Guards.h.

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: