|
blocxx
|
#include "blocxx/BLOCXX_config.h"#include "blocxx/COWReferenceBase.hpp"#include "blocxx/ReferenceHelpers.hpp"#include "blocxx/SafeBool.hpp"Go to the source code of this file.
Classes | |
| class | BLOCXX_NAMESPACE::COWReference< T > |
| COWReference A smart pointer that uses non-intrusive reference counting. More... | |
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Functions | |
| template<class T , class U > | |
| bool | BLOCXX_NAMESPACE::operator== (const COWReference< T > &a, const COWReference< U > &b) |
| template<class T , class U > | |
| bool | BLOCXX_NAMESPACE::operator!= (const COWReference< T > &a, const COWReference< U > &b) |
| template<class T , class U > | |
| bool | BLOCXX_NAMESPACE::operator< (const COWReference< T > &a, const COWReference< U > &b) |
| template<class T > | |
| T * | BLOCXX_NAMESPACE::COWReferenceClone (T *obj) |