#include <shared_object.hpp>
Public Member Functions | |
shared_node () | |
shared_node (const T &o) | |
Public Attributes | |
T | val |
unsigned long | count |
Static Public Attributes | |
static const unsigned long | max_count = ULONG_MAX |
Definition at line 25 of file shared_object.hpp.
|
inline |
Definition at line 28 of file shared_object.hpp.
|
inline |
Definition at line 29 of file shared_object.hpp.
|
mutable |
Definition at line 27 of file shared_object.hpp.
|
static |
Definition at line 30 of file shared_object.hpp.
T shared_node< T >::val |
Definition at line 26 of file shared_object.hpp.