#include <RegistryItem.h>
Inheritance diagram for RegistryItem:

Public Member Functions | |
| RegistryItem () | |
| virtual | ~RegistryItem () |
| virtual RegistryItem * | Dup (void) const =0 |
| virtual std::ostream & | PrintStream (std::ostream &os) const =0 |
| virtual std::istream & | ReadStream (std::istream &is)=0 |
| virtual void | Print (Option_t *option="") const =0 |
| virtual const type_info & | GetType () const =0 |
| virtual const char * | GetTypeAsString () const =0 |
|
|
Definition at line 22 of file RegistryItem.cxx. 00023 {
00024 }
|
|
|
Definition at line 26 of file RegistryItem.cxx. 00027 {
00028 }
|
|
|
Implemented in RegistryItemXxx< T >, RegistryItemXxx< T >, and RegistryItemXxx< T >. |
|
|
Implemented in RegistryItemXxx< T >. Referenced by Registry::GetType(). |
|
|
Implemented in RegistryItemXxx< T >, RegistryItemXxx< T >, RegistryItemXxx< T >, RegistryItemXxx< T >, RegistryItemXxx< T >, and RegistryItemXxx< T >. Referenced by Registry::GetTypeAsString(), and Registry::PrintStream(). |
|
|
Implemented in RegistryItemXxx< T >. |
|
|
Implemented in RegistryItemXxx< T >, RegistryItemXxx< T >, RegistryItemXxx< T >, and RegistryItemXxx< T >. Referenced by Registry::GetValueAsString(), and Registry::PrintStream(). |
|
|
Implemented in RegistryItemXxx< T >, RegistryItemXxx< T >, RegistryItemXxx< T >, and RegistryItemXxx< T >. Referenced by Registry::ReadStream(). |
1.3.9.1