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

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

Definition at line 66 of file Guards.h.

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

Definition at line 67 of file Guards.h.

Member Data Documentation

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

Definition at line 68 of file Guards.h.

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: