kig
|
template<class T , class U > |
intrusive_ptr< T > | dynamic_pointer_cast (intrusive_ptr< U > const &p) |
|
template<class T > |
T * | get_pointer (intrusive_ptr< T > const &p) |
|
template<class T , class U > |
bool | operator!= (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
|
template<class T > |
bool | operator!= (intrusive_ptr< T > const &a, T *b) |
|
template<class T > |
bool | operator!= (T *a, intrusive_ptr< T > const &b) |
|
template<class T > |
bool | operator< (intrusive_ptr< T > const &a, intrusive_ptr< T > const &b) |
|
template<class E , class T , class Y > |
std::basic_ostream< E, T > & | operator<< (std::basic_ostream< E, T > &os, intrusive_ptr< Y > const &p) |
|
template<class T , class U > |
bool | operator== (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b) |
|
template<class T > |
bool | operator== (intrusive_ptr< T > const &a, T *b) |
|
template<class T > |
bool | operator== (T *a, intrusive_ptr< T > const &b) |
|
template<class T , class U > |
intrusive_ptr< T > | static_pointer_cast (intrusive_ptr< U > const &p) |
|
template<class T > |
void | swap (intrusive_ptr< T > &lhs, intrusive_ptr< T > &rhs) |
|
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 |
|
) |
| |
|
inline |
template<class T >
bool myboost::operator!= |
( |
intrusive_ptr< T > const & |
a, |
|
|
T * |
b |
|
) |
| |
|
inline |
template<class T >
bool myboost::operator!= |
( |
T * |
a, |
|
|
intrusive_ptr< T > const & |
b |
|
) |
| |
|
inline |
template<class T >
bool myboost::operator< |
( |
intrusive_ptr< T > const & |
a, |
|
|
intrusive_ptr< T > const & |
b |
|
) |
| |
|
inline |
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 |
|
) |
| |
|
inline |
template<class T >
bool myboost::operator== |
( |
intrusive_ptr< T > const & |
a, |
|
|
T * |
b |
|
) |
| |
|
inline |
template<class T >
bool myboost::operator== |
( |
T * |
a, |
|
|
intrusive_ptr< T > const & |
b |
|
) |
| |
|
inline |
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:06 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.