#include <RegistryItemI.h>
Public Member Functions | |
virtual | ~RegistryItemI () |
virtual RegistryItemI * | Clone (void) const =0 |
virtual RgType_t | TypeInfo (void) const =0 |
virtual bool | IsLocked (void) const =0 |
virtual void | Lock (void)=0 |
virtual void | UnLock (void)=0 |
virtual bool | IsLocal (void) const =0 |
virtual void | SetLocal (bool)=0 |
virtual void | Print (ostream &) const =0 |
Protected Member Functions | |
RegistryItemI () | |
Registry item pABC.
May 04, 2004
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 29 of file RegistryItemI.h.
|
inlinevirtual |
Definition at line 32 of file RegistryItemI.h.
|
inlineprotected |
Definition at line 45 of file RegistryItemI.h.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
Implemented in genie::RegistryItem< T >.
|
pure virtual |
|
pure virtual |
Implemented in genie::RegistryItem< T >.