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

#include <proxyregister.hpp>

Public Member Functions

 Proxy (AnyObject obj)
 
 Proxy ()
 
 ~Proxy ()
 
Object< EmptyasObject () const
 

Protected Attributes

Object< Empty_obj
 

Detailed Description

A Proxy is the base class used by bouncer implementations of all interfaces.

Definition at line 16 of file proxyregister.hpp.

Constructor & Destructor Documentation

qi::Proxy::Proxy ( AnyObject  obj)
inline

Definition at line 19 of file proxyregister.hpp.

qi::Proxy::Proxy ( )
inline

Definition at line 20 of file proxyregister.hpp.

qi::Proxy::~Proxy ( )
inline

Definition at line 21 of file proxyregister.hpp.

Member Function Documentation

AnyObject qi::Proxy::asObject ( ) const
inline

Definition at line 27 of file proxyregister.hpp.

Member Data Documentation

Object<Empty> qi::Proxy::_obj
protected

Definition at line 24 of file proxyregister.hpp.


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