Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | List of all members
AnnotatedMixin< PARENT > Class Template Reference

#include <sync.h>

Inheritance diagram for AnnotatedMixin< PARENT >:
Inheritance graph
[legend]
Collaboration diagram for AnnotatedMixin< PARENT >:
Collaboration graph
[legend]

Public Member Functions

void lock () EXCLUSIVE_LOCK_FUNCTION()
 
void unlock () UNLOCK_FUNCTION()
 
bool try_lock () EXCLUSIVE_TRYLOCK_FUNCTION(true)
 

Detailed Description

template<typename PARENT>
class AnnotatedMixin< PARENT >

Definition at line 17 of file sync.h.

Member Function Documentation

template<typename PARENT>
void AnnotatedMixin< PARENT >::lock ( )
inline

Definition at line 20 of file sync.h.

template<typename PARENT>
bool AnnotatedMixin< PARENT >::try_lock ( )
inline

Definition at line 30 of file sync.h.

template<typename PARENT>
void AnnotatedMixin< PARENT >::unlock ( )
inline

Definition at line 25 of file sync.h.


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