libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
qi::WeakObject< T > Class Template Reference

#include <object.hxx>

Public Member Functions

 WeakObject ()
 
template<typename U >
 WeakObject (const Object< U > &o)
 
Object< T > lock ()
 

Public Attributes

boost::weak_ptr< GenericObject_ptr
 

Detailed Description

template<typename T>
class qi::WeakObject< T >

Definition at line 352 of file object.hxx.

Constructor & Destructor Documentation

template<typename T >
qi::WeakObject< T >::WeakObject ( )
inline

Definition at line 355 of file object.hxx.

template<typename T >
template<typename U >
qi::WeakObject< T >::WeakObject ( const Object< U > &  o)
inline

Definition at line 356 of file object.hxx.

Member Function Documentation

template<typename T >
Object<T> qi::WeakObject< T >::lock ( )
inline

Definition at line 358 of file object.hxx.

Member Data Documentation

template<typename T >
boost::weak_ptr<GenericObject> qi::WeakObject< T >::_ptr

Definition at line 359 of file object.hxx.


The documentation for this class was generated from the following file: