|
libqutim 0.3.1.0
|
#include <servicemanager.h>
Public Member Functions | |
| ServicePointer () | |
| ServicePointer (Qt::Initialization) | |
| ServicePointer (const ServicePointer &o) | |
| ServicePointer (const QByteArray &name) | |
| ~ServicePointer () | |
| T * | data () const |
| bool | isNull () const |
| QByteArray | name () const |
| operator bool () const | |
| operator T * () const | |
| bool | operator! () const |
| T & | operator* () const |
| T * | operator-> () const |
| ServicePointer & | operator= (const ServicePointer &o) |
| qutim_sdk_0_3::ServicePointer< T >::ServicePointer | ( | ) | [inline] |
| qutim_sdk_0_3::ServicePointer< T >::ServicePointer | ( | Qt::Initialization | ) | [inline] |
| qutim_sdk_0_3::ServicePointer< T >::ServicePointer | ( | const QByteArray & | name | ) | [inline] |
| qutim_sdk_0_3::ServicePointer< T >::ServicePointer | ( | const ServicePointer< T > & | o | ) | [inline] |
| qutim_sdk_0_3::ServicePointer< T >::~ServicePointer | ( | ) | [inline] |
| T* qutim_sdk_0_3::ServicePointer< T >::data | ( | ) | const [inline] |
| bool qutim_sdk_0_3::ServicePointer< T >::isNull | ( | ) | const [inline] |
| QByteArray qutim_sdk_0_3::ServicePointer< T >::name | ( | ) | const [inline] |
| qutim_sdk_0_3::ServicePointer< T >::operator bool | ( | ) | const [inline] |
| qutim_sdk_0_3::ServicePointer< T >::operator T * | ( | ) | const [inline] |
| bool qutim_sdk_0_3::ServicePointer< T >::operator! | ( | ) | const [inline] |
| T& qutim_sdk_0_3::ServicePointer< T >::operator* | ( | ) | const [inline] |
| T* qutim_sdk_0_3::ServicePointer< T >::operator-> | ( | ) | const [inline] |
| ServicePointer& qutim_sdk_0_3::ServicePointer< T >::operator= | ( | const ServicePointer< T > & | o | ) | [inline] |