dirty_value< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef T value_type |
Definition at line 25 of file dirty_value.hpp.
Constructor & Destructor Documentation
| dirty_value | ( | const value_type & | x = value_type() ) |
Definition at line 27 of file dirty_value.hpp.
| dirty_value | ( | const dirty_value< T > & | rhs ) |
Definition at line 31 of file dirty_value.hpp.
Member Function Documentation
| void clean | ( | ) |
Definition at line 55 of file dirty_value.hpp.
| bool is_dirty | ( | ) | const |
Definition at line 58 of file dirty_value.hpp.
| operator const value_type & | ( | ) | const |
Definition at line 52 of file dirty_value.hpp.
| const value_type& operator* | ( | ) | const |
Definition at line 48 of file dirty_value.hpp.
| const value_type* operator-> | ( | ) | const |
Definition at line 50 of file dirty_value.hpp.
| dirty_value& operator= | ( | const value_type & | rhs ) |
Definition at line 35 of file dirty_value.hpp.
| dirty_value& operator= | ( | const dirty_value< T > & | rhs ) |
Definition at line 45 of file dirty_value.hpp.
Member Data Documentation
| bool dirty_m |
Definition at line 71 of file dirty_value.hpp.
Definition at line 70 of file dirty_value.hpp.

