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

PageProxy< T > Class Template Reference

Proxy class for Pages. More...

#include <PageProxy.h>

Inheritance diagram for PageProxy< T >:

PageProxyBase NamedProxy List of all members.

Public Member Functions

 PageProxy (const char *name)
PageABCCreate ()

Detailed Description

template<class T>
class PageProxy< T >

Proxy class for Pages.

Id
PageProxy.h,v 1.4 2005/07/21 20:26:36 bv Exp

Midad

Contact: bv@bnl.gov

Created on: Tue Aug 20 11:13:22 2002

Definition at line 47 of file PageProxy.h.


Constructor & Destructor Documentation

template<class T>
PageProxy< T >::PageProxy const char *  name  )  [inline]
 

Definition at line 50 of file PageProxy.h.

00050 : PageProxyBase(name) { }


Member Function Documentation

template<class T>
PageABC* PageProxy< T >::Create  )  [inline, virtual]
 

Implements PageProxyBase.

Definition at line 51 of file PageProxy.h.

00051 { return new T(); }


The documentation for this class was generated from the following file:
Generated on Thu Nov 1 12:00:10 2007 for loon by  doxygen 1.3.9.1