|
UDK 3.2.7 C/C++ API Reference
|
Freely (environment independent) usable Reference. More...
#include <FreeReference.hxx>
Public Member Functions | |
| FreeReference () | |
| FreeReference (T *pObject, __sal_NoAcquire) | |
| FreeReference (T *pObject) | |
| FreeReference (cssuno::Reference< T > const &xRef) | |
| FreeReference (FreeReference< T > const &rOther) | |
| ~FreeReference () | |
| cssuno::Environment | getEnv () const throw (cssuno::RuntimeException) |
| cssuno::Reference< T > | get () const throw (cssuno::RuntimeException) |
| operator cssuno::Reference< T > () const throw (cssuno::RuntimeException) | |
| cssuno::Reference< T > | operator-> () const throw (cssuno::RuntimeException) |
| bool | is () const throw (cssuno::RuntimeException) |
| void | clear () |
| FreeReference< T > & | operator= (FreeReference< T > const &rOther) |
| void | set (cssuno::Reference< T > const &xRef) |
| bool | operator== (FreeReference const &rOther) const |
| bool | operator!= (FreeReference const &rOther) const |
Freely (environment independent) usable Reference.
(http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/FreeReference)
| cppu::FreeReference< T >::FreeReference | ( | ) | [inline] |
| cppu::FreeReference< T >::FreeReference | ( | T * | pObject, |
| __sal_NoAcquire | |||
| ) | [inline] |
| cppu::FreeReference< T >::FreeReference | ( | T * | pObject | ) | [inline] |
| cppu::FreeReference< T >::FreeReference | ( | cssuno::Reference< T > const & | xRef | ) | [inline, explicit] |
| cppu::FreeReference< T >::FreeReference | ( | FreeReference< T > const & | rOther | ) | [inline] |
| cppu::FreeReference< T >::~FreeReference | ( | ) | [inline] |
| void cppu::FreeReference< T >::clear | ( | ) | [inline] |
| cssuno::Reference<T> cppu::FreeReference< T >::get | ( | ) | const throw (cssuno::RuntimeException) [inline] |
| cssuno::Environment cppu::FreeReference< T >::getEnv | ( | ) | const throw (cssuno::RuntimeException) [inline] |
| bool cppu::FreeReference< T >::is | ( | ) | const throw (cssuno::RuntimeException) [inline] |
| cppu::FreeReference< T >::operator cssuno::Reference< T > | ( | ) | const throw (cssuno::RuntimeException) [inline] |
| bool cppu::FreeReference< T >::operator!= | ( | FreeReference< T > const & | rOther | ) | const [inline] |
| cssuno::Reference<T> cppu::FreeReference< T >::operator-> | ( | ) | const throw (cssuno::RuntimeException) [inline] |
| FreeReference<T>& cppu::FreeReference< T >::operator= | ( | FreeReference< T > const & | rOther | ) | [inline] |
| bool cppu::FreeReference< T >::operator== | ( | FreeReference< T > const & | rOther | ) | const [inline] |
| void cppu::FreeReference< T >::set | ( | cssuno::Reference< T > const & | xRef | ) | [inline] |
1.7.4