| 
    Geant4
    10.02.p01
    
   | 
 
#include <G4VHCIOentry.hh>
 Inheritance diagram for G4VHCIOentry:
 Collaboration diagram for G4VHCIOentry:Public Member Functions | |
| G4VHCIOentry (std::string n) | |
| virtual | ~G4VHCIOentry () | 
| void | SetVerboseLevel (G4int v) | 
| std::string | GetName () | 
| virtual void | CreateHCIOmanager (std::string, std::string) | 
Protected Attributes | |
| G4int | m_verbose | 
Private Attributes | |
| std::string | m_name | 
Definition at line 41 of file G4VHCIOentry.hh.
| G4VHCIOentry::G4VHCIOentry | ( | std::string | n | ) | 
Definition at line 37 of file G4VHCIOentry.cc.
References G4HCIOcatalog::GetHCIOcatalog(), G4PersistencyCenter::GetPersistencyCenter(), m_verbose, G4HCIOcatalog::RegisterEntry(), and G4PersistencyCenter::VerboseLevel().
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Definition at line 47 of file G4VHCIOentry.hh.
      
  | 
  inlinevirtual | 
Reimplemented in G4HCIOentryT< T >.
Definition at line 57 of file G4VHCIOentry.hh.
Referenced by G4PersistencyCenter::AddHCIOmanager().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 54 of file G4VHCIOentry.hh.
References m_name.
Referenced by G4HCIOcatalog::RegisterEntry().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 51 of file G4VHCIOentry.hh.
References m_verbose.
      
  | 
  private | 
Definition at line 64 of file G4VHCIOentry.hh.
Referenced by GetName().
      
  | 
  protected | 
Definition at line 61 of file G4VHCIOentry.hh.
Referenced by G4HCIOentryT< T >::CreateHCIOmanager(), G4HCIOentryT< T >::G4HCIOentryT(), G4VHCIOentry(), and SetVerboseLevel().