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::detail::Keeper< T > Class Template Reference

#include <autoservice.hpp>

Public Member Functions

 Keeper (qi::Object< T > &obj)
 
T * operator-> ()
 

Public Attributes

qi::Object< T > _obj
 

Detailed Description

template<typename T>
class qi::detail::Keeper< T >

Definition at line 25 of file autoservice.hpp.

Constructor & Destructor Documentation

template<typename T>
qi::detail::Keeper< T >::Keeper ( qi::Object< T > &  obj)
inline

Definition at line 163 of file autoservice.hxx.

Member Function Documentation

template<typename T>
T* qi::detail::Keeper< T >::operator-> ( )
inline

Definition at line 168 of file autoservice.hxx.

Member Data Documentation

template<typename T>
qi::Object<T> qi::detail::Keeper< T >::_obj

Definition at line 173 of file autoservice.hxx.


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