foobar2000 SDK
2015-08-03
|
#include <syncd_storage.h>
Public Member Functions | |
syncd_storage () | |
template<typename t_source > | |
syncd_storage (const t_source &p_source) | |
template<typename t_destination > | |
void | get (t_destination &p_out) const |
t_object | get () const |
template<typename t_source > | |
const t_self & | operator= (t_source const &p_source) |
template<typename t_source > | |
void | set (t_source const &p_in) |
Private Types | |
typedef syncd_storage< t_object > | t_self |
Private Attributes | |
t_object | m_object |
mutable::pfc::readWriteLock | m_sync |
Definition at line 4 of file syncd_storage.h.
|
private |
Definition at line 6 of file syncd_storage.h.
|
inline |
Definition at line 8 of file syncd_storage.h.
|
inline |
Definition at line 10 of file syncd_storage.h.
|
inline |
Definition at line 17 of file syncd_storage.h.
|
inline |
Definition at line 21 of file syncd_storage.h.
|
inline |
Definition at line 26 of file syncd_storage.h.
|
inline |
Definition at line 12 of file syncd_storage.h.
|
private |
Definition at line 29 of file syncd_storage.h.
|
private |
Definition at line 28 of file syncd_storage.h.