#include "blocxx/BLOCXX_config.h"#include "blocxx/ReferenceHelpers.hpp"#include "blocxx/SafeBool.hpp"Go to the source code of this file.
Classes | |
| class | BLOCXX_NAMESPACE::IntrusiveReference< T > |
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Functions | |
| template<class T , class U > | |
| bool | BLOCXX_NAMESPACE::operator== (IntrusiveReference< T > const &a, IntrusiveReference< U > const &b) |
| template<class T , class U > | |
| bool | BLOCXX_NAMESPACE::operator!= (IntrusiveReference< T > const &a, IntrusiveReference< U > const &b) |
| template<class T > | |
| bool | BLOCXX_NAMESPACE::operator== (IntrusiveReference< T > const &a, T *b) |
| template<class T > | |
| bool | BLOCXX_NAMESPACE::operator!= (IntrusiveReference< T > const &a, T *b) |
| template<class T > | |
| bool | BLOCXX_NAMESPACE::operator== (T *a, IntrusiveReference< T > const &b) |
| template<class T > | |
| bool | BLOCXX_NAMESPACE::operator!= (T *a, IntrusiveReference< T > const &b) |
| template<class T > | |
| bool | BLOCXX_NAMESPACE::operator< (IntrusiveReference< T > const &a, IntrusiveReference< T > const &b) |
| template<class T > | |
| void | BLOCXX_NAMESPACE::swap (IntrusiveReference< T > &lhs, IntrusiveReference< T > &rhs) |
| template<class T , class U > | |
| IntrusiveReference< T > | BLOCXX_NAMESPACE::static_pointer_cast (IntrusiveReference< U > const &p) |
| template<class T , class U > | |
| IntrusiveReference< T > | BLOCXX_NAMESPACE::const_pointer_cast (IntrusiveReference< U > const &p) |
| template<class T , class U > | |
| IntrusiveReference< T > | BLOCXX_NAMESPACE::dynamic_pointer_cast (IntrusiveReference< U > const &p) |