knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowCore::Locked< _T_ > Class Template Reference

#include <Locked.h>

Public Member Functions

 Locked (const _T_ &_d=_T_())
 
Unlocked< _T_ > unlocked ()
 

Detailed Description

template<typename _T_>
class knowCore::Locked< _T_ >

Allow to create an object which is protected by a mutex. The only method to access the data is by first calling unlocked.


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