kig
boost_intrusive_pointer.hpp File Reference
#include <functional>
#include <iosfwd>
Include dependency graph for boost_intrusive_pointer.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | myboost |
Classes | |
| class | myboost::intrusive_ptr< T > |
Functions | |
| template<class T, class U> | |
| bool | myboost::operator== (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
| template<class T, class U> | |
| bool | myboost::operator!= (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
| template<class T> | |
| bool | myboost::operator== (intrusive_ptr< T > const &a, T *b) |
| template<class T> | |
| bool | myboost::operator!= (intrusive_ptr< T > const &a, T *b) |
| template<class T> | |
| bool | myboost::operator== (T *a, intrusive_ptr< T > const &b) |
| template<class T> | |
| bool | myboost::operator!= (T *a, intrusive_ptr< T > const &b) |
| template<class T> | |
| bool | myboost::operator< (intrusive_ptr< T > const &a, intrusive_ptr< T > const &b) |
| template<class T> | |
| void | myboost::swap (intrusive_ptr< T > &lhs, intrusive_ptr< T > &rhs) |
| template<class T> | |
| T * | myboost::get_pointer (intrusive_ptr< T > const &p) |
| template<class T, class U> | |
| intrusive_ptr< T > | myboost::static_pointer_cast (intrusive_ptr< U > const &p) |
| template<class T, class U> | |
| intrusive_ptr< T > | myboost::dynamic_pointer_cast (intrusive_ptr< U > const &p) |
| template<class E, class T, class Y> | |
| std::basic_ostream< E, T > & | myboost::operator<< (std::basic_ostream< E, T > &os, intrusive_ptr< Y > const &p) |
KDE 4.0 API Reference