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

PhotonTransportMakerProxy< T > Class Template Reference

#include <PhotonTransportMaker.h>

Inheritance diagram for PhotonTransportMakerProxy< T >:

PhotonTransportMaker List of all members.

Public Member Functions

 PhotonTransportMakerProxy (const char *name)

Private Member Functions

PhotonTransportModuleCreate () const

template<class T>
class PhotonTransportMakerProxy< T >


Constructor & Destructor Documentation

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

Definition at line 34 of file PhotonTransportMaker.h.

00034 : PhotonTransportMaker(name) {};


Member Function Documentation

template<class T>
PhotonTransportModule* PhotonTransportMakerProxy< T >::Create  )  const [inline, private, virtual]
 

Implements PhotonTransportMaker.

Definition at line 36 of file PhotonTransportMaker.h.

00037     {
00038       return new T();
00039     };


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