Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

gadget::ProxyConstructorBase Class Reference

Base class for virtual construction of proxies. More...

#include <ProxyFactory.h>

Inheritance diagram for gadget::ProxyConstructorBase:

Inheritance graph
[legend]
List of all members.

Public Methods

 ProxyConstructorBase ()
 Constructor. More...

virtual ProxycreateProxy (jccl::ConfigElementPtr element) const=0
 Creates the proxy. More...

virtual std::string getElementType () const=0
 Gets the string definition of the type of element we can create. More...


Detailed Description

Base class for virtual construction of proxies.

Implementations of this class are registered with the proxy factory for each proxy tyep in the system.

Definition at line 53 of file ProxyFactory.h.


Constructor & Destructor Documentation

gadget::ProxyConstructorBase::ProxyConstructorBase   [inline]
 

Constructor.

Postcondition:
We have been registered with the proxy factory.

Definition at line 60 of file ProxyFactory.h.

00060 {;}


Member Function Documentation

virtual Proxy* gadget::ProxyConstructorBase::createProxy jccl::ConfigElementPtr    element const [pure virtual]
 

Creates the proxy.

Returns:
NULL if the proxy failed creation or configuration.

Implemented in gadget::ProxyConstructor.

virtual std::string gadget::ProxyConstructorBase::getElementType   const [pure virtual]
 

Gets the string definition of the type of element we can create.

Implemented in gadget::ProxyConstructor.


The documentation for this class was generated from the following file:
Generated on Sun May 2 14:26:53 2004 for Gadgeteer by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002