|
ICP
1
|
#include <icputils.h>
Public Member Functions | |
| T * | get () |
| void | put (T *val) |
| void | clear () |
| ~SimpleStore () | |
Private Types | |
| typedef std::list< T * > | list_t |
Private Attributes | |
| Poco::Mutex | m_mutex |
| list_t | m_vals |
Definition at line 666 of file icputils.h.
|
private |
Definition at line 670 of file icputils.h.
|
inline |
Definition at line 701 of file icputils.h.
|
inline |
Definition at line 692 of file icputils.h.
Referenced by SimpleStore< float_map_t >::~SimpleStore().
|
inline |
Definition at line 673 of file icputils.h.
Referenced by NeXusEventCallback::allEventCallback().
|
inline |
Definition at line 687 of file icputils.h.
Referenced by NeXusEventCallback::allEventCallback().
|
private |
Definition at line 669 of file icputils.h.
Referenced by SimpleStore< float_map_t >::clear(), SimpleStore< float_map_t >::get(), and SimpleStore< float_map_t >::put().
|
private |
Definition at line 671 of file icputils.h.
Referenced by SimpleStore< float_map_t >::clear(), SimpleStore< float_map_t >::get(), and SimpleStore< float_map_t >::put().
1.8.5