B2BITS FIX Antenna HFT
1.0.16
|
#include <b2b_platform.h>
Public Member Functions | |
auto_plock_t2 () throw () | |
auto_plock_t2 (lock_t *alock, bool lockNow=true, bool isLocked=false) throw () | |
void | init (lock_t *alock, bool lockNow, bool isLocked) throw () |
bool | isLocked () throw () |
void | lock (lock_t *alock) throw () |
void | lock () throw () |
bool | try_lock () throw () |
void | unlock () throw () |
~auto_plock_t2 () throw () | |
Public Attributes | |
lock_t * | lock_ |
|
inline |
|
inlineexplicit |
References auto_plock_t2< lock_t >::lock().
|
inline |
References auto_plock_t2< lock_t >::unlock().
|
inline |
References auto_plock_t2< lock_t >::isLocked(), auto_plock_t2< lock_t >::lock(), and auto_plock_t2< lock_t >::lock_.
Referenced by auto_plock_t2< lock_t >::lock().
|
inline |
Referenced by auto_plock_t2< lock_t >::init().
|
inline |
References auto_plock_t2< lock_t >::init().
|
inline |
References auto_plock_t2< lock_t >::lock_.
Referenced by auto_plock_t2< lock_t >::auto_plock_t2(), and auto_plock_t2< lock_t >::init().
|
inline |
References auto_plock_t2< lock_t >::lock_.
|
inline |
References auto_plock_t2< lock_t >::lock_.
Referenced by auto_plock_t2< lock_t >::~auto_plock_t2().
lock_t* auto_plock_t2< lock_t >::lock_ |