Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
AnnotatedMixin< PARENT > Class Template Reference

#include <sync.h>

+ Inheritance diagram for AnnotatedMixin< PARENT >:
+ Collaboration diagram for AnnotatedMixin< PARENT >:

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 61 of file sync.h.

Member Function Documentation

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

Definition at line 64 of file sync.h.

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

Definition at line 74 of file sync.h.

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

Definition at line 69 of file sync.h.


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