#include <Helper.h>
Public Attributes | |
std::map< T1, T2 > | Map |
Additional Inherited Members | |
Public Member Functions inherited from AVT::VmbAPI::BasicLockable | |
IMEXPORT | BasicLockable () |
IMEXPORT | BasicLockable (MutexPtr pMutex) |
MutexPtr | GetMutex () const |
void | Lock () |
void | Unlock () |
virtual IMEXPORT | ~BasicLockable () |
std::map<T1, T2> AVT::VmbAPI::LockableMap< T1, T2 >::Map |