#include <PhotonTransportMaker.h>
Inheritance diagram for PhotonTransportMakerProxy< T >:

Public Member Functions | |
| PhotonTransportMakerProxy (const char *name) | |
Private Member Functions | |
| PhotonTransportModule * | Create () const |
|
||||||||||
|
Definition at line 34 of file PhotonTransportMaker.h. 00034 : PhotonTransportMaker(name) {};
|
|
|||||||||
|
Implements PhotonTransportMaker. Definition at line 36 of file PhotonTransportMaker.h. 00037 {
00038 return new T();
00039 };
|
1.3.9.1