#include "OW_config.h"
#include "OW_COWReferenceBase.hpp"
Include dependency graph for OW_COWReference.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::COWReference< T > |
Functions | |
template<class T, class U> | |
bool | OW_NAMESPACE::operator== (const COWReference< T > &a, const COWReference< U > &b) |
template<class T, class U> | |
bool | OW_NAMESPACE::operator!= (const COWReference< T > &a, const COWReference< U > &b) |
template<class T, class U> | |
bool | OW_NAMESPACE::operator< (const COWReference< T > &a, const COWReference< U > &b) |
template<class T> | |
T * | OW_NAMESPACE::COWReferenceClone (T *obj) |