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