notify_on_write< T, Notifier > Class Template Reference
Detailed Descriptiontemplate<typename T, typename Notifier>
|
typedef Notifier notifier_type |
Definition at line 29 of file notify_on_write.hpp.
typedef notify_on_write<value_type, notifier_type> self_type |
Definition at line 30 of file notify_on_write.hpp.
typedef T value_type |
Definition at line 28 of file notify_on_write.hpp.
Constructor & Destructor Documentation
notify_on_write | ( | const value_type & | x = value_type() , |
const Notifier & | notifier = notifier_type() |
||
) | [explicit] |
Definition at line 32 of file notify_on_write.hpp.
notify_on_write | ( | const notify_on_write< T, Notifier > & | rhs ) |
Definition at line 38 of file notify_on_write.hpp.
~notify_on_write | ( | ) |
Definition at line 43 of file notify_on_write.hpp.
Member Function Documentation
operator const value_type & | ( | ) | const |
Definition at line 69 of file notify_on_write.hpp.
const value_type& operator* | ( | ) | const |
Definition at line 72 of file notify_on_write.hpp.
const value_type* operator-> | ( | ) | const |
Definition at line 73 of file notify_on_write.hpp.
notify_on_write& operator= | ( | const notify_on_write< T, Notifier > & | x ) |
Definition at line 58 of file notify_on_write.hpp.
notify_on_write& operator= | ( | const value_type & | x ) |
Definition at line 46 of file notify_on_write.hpp.
void write | ( | UnaryFunction | proc ) |
Definition at line 62 of file notify_on_write.hpp.