BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::scoped_lock< T > Class Template Reference

#include <scoped_lock.hpp>

Public Member Functions

 scoped_lock (T &l)
 
 ~scoped_lock ()
 

Public Attributes

T & _lock
 

Detailed Description

template<typename T>
class fc::scoped_lock< T >

Definition at line 5 of file scoped_lock.hpp.

Constructor & Destructor Documentation

◆ scoped_lock()

template<typename T >
fc::scoped_lock< T >::scoped_lock ( T &  l)
inline

Definition at line 7 of file scoped_lock.hpp.

◆ ~scoped_lock()

template<typename T >
fc::scoped_lock< T >::~scoped_lock ( )
inline

Definition at line 8 of file scoped_lock.hpp.

Member Data Documentation

◆ _lock

template<typename T >
T& fc::scoped_lock< T >::_lock

Definition at line 9 of file scoped_lock.hpp.


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