Implementation of Factory 'singleton' class. More...
#include <TGeoMaterialProperties.h>
Public Member Functions | |
| TGeoMaterialPropertiesFactory () | |
| C'tor - will register with GearMaterialPropertiesFactory as the one instance. | |
| TGeoMaterialProperties * | create () const |
| Create a new object of the TGeoMaterialProperties. | |
Public Member Functions inherited from gear::GearMaterialPropertiesFactory | |
| GearMaterialProperties * | create ()=0 |
| Create a new object of the GearMaterialProperties. | |
Additional Inherited Members | |
Static Public Member Functions inherited from gear::GearMaterialPropertiesFactory | |
|
static const GearMaterialPropertiesFactory * | instance () |
| The instance. | |
Protected Member Functions inherited from gear::GearMaterialPropertiesFactory | |
| GearMaterialPropertiesFactory * | instance () |
| The instance. | |
Static Protected Member Functions inherited from gear::GearMaterialPropertiesFactory | |
|
static GearMaterialPropertiesFactory *& | me () |
Implementation of Factory 'singleton' class.
Definition at line 52 of file TGeoMaterialProperties.h.
1.8.5