|
This is the complete list of members for copy_on_write< T, A >, including all inherited members.
allocator_type typedef | copy_on_write< T, A > | |
copy_on_write() | copy_on_write< T, A > | |
copy_on_write(const allocator_type &a) | copy_on_write< T, A > | [explicit] |
copy_on_write(T x) | copy_on_write< T, A > | |
copy_on_write(const copy_on_write &x) | copy_on_write< T, A > | |
copy_on_write(move_from< copy_on_write > x) | copy_on_write< T, A > | |
get_allocator() const | copy_on_write< T, A > | |
identity(const copy_on_write &x) const | copy_on_write< T, A > | |
operator const value_type &() const | copy_on_write< T, A > | |
operator!=(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
operator*() const | copy_on_write< T, A > | |
operator->() const | copy_on_write< T, A > | |
operator<(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
operator<=(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
operator=(copy_on_write x) | copy_on_write< T, A > | |
operator=(T x) | copy_on_write< T, A > | |
operator==(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
operator>(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
operator>=(const copy_on_write &x, const copy_on_write &y) | copy_on_write< T, A > | [friend] |
read() const | copy_on_write< T, A > | |
swap(copy_on_write &x, copy_on_write &y) | copy_on_write< T, A > | [friend] |
unique_instance() const | copy_on_write< T, A > | |
value_type typedef | copy_on_write< T, A > | |
write() | copy_on_write< T, A > | |
~copy_on_write() | copy_on_write< T, A > | |
|