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.
Classes | |
class | myboost::intrusive_ptr< T > |
Namespaces | |
myboost | |
Functions | |
template<class T , class U > | |
intrusive_ptr< T > | myboost::dynamic_pointer_cast (intrusive_ptr< U > const &p) |
template<class T > | |
T * | myboost::get_pointer (intrusive_ptr< T > const &p) |
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!= (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 E , class T , class Y > | |
std::basic_ostream< E, T > & | myboost::operator<< (std::basic_ostream< E, T > &os, intrusive_ptr< Y > const &p) |
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== (T *a, intrusive_ptr< T > const &b) |
template<class T , class U > | |
intrusive_ptr< T > | myboost::static_pointer_cast (intrusive_ptr< U > const &p) |
template<class T > | |
void | myboost::swap (intrusive_ptr< T > &lhs, intrusive_ptr< T > &rhs) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.