Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NamedProxy Class Reference

#include <NamedProxy.h>

Inheritance diagram for NamedProxy:

CfgProxy GfxProxyBase GfxProxyBase PageProxyBase GfxProxy< T > GfxProxy< T > GfxProxy< T > GfxProxy< T > PageProxy< T > List of all members.

Public Member Functions

 NamedProxy (std::string name, std::string name_space="")
virtual ~NamedProxy ()

Constructor & Destructor Documentation

NamedProxy::NamedProxy std::string  name,
std::string  name_space = ""
[inline]
 

Definition at line 28 of file NamedProxy.h.

References NamedFactory::Instance(), and NamedFactory::Register().

00029         { NamedFactory::Instance(name_space).Register(this,name); }

virtual NamedProxy::~NamedProxy  )  [inline, virtual]
 

Definition at line 30 of file NamedProxy.h.

00030 {}


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:38 2010 for loon by  doxygen 1.3.9.1