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