Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes
G4VHCIOentry Class Reference

#include <G4VHCIOentry.hh>

Inheritance diagram for G4VHCIOentry:
G4HCIOentryT< T >

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
 

Detailed Description

Definition at line 41 of file G4VHCIOentry.hh.

Constructor & Destructor Documentation

G4VHCIOentry::G4VHCIOentry ( std::string  n)
virtual G4VHCIOentry::~G4VHCIOentry ( )
inlinevirtual

Definition at line 47 of file G4VHCIOentry.hh.

47 {}

Member Function Documentation

virtual void G4VHCIOentry::CreateHCIOmanager ( std::string  ,
std::string   
)
inlinevirtual

Reimplemented in G4HCIOentryT< T >.

Definition at line 57 of file G4VHCIOentry.hh.

Referenced by G4PersistencyCenter::AddHCIOmanager().

57 {}
std::string G4VHCIOentry::GetName ( void  )
inline

Definition at line 54 of file G4VHCIOentry.hh.

Referenced by G4HCIOcatalog::RegisterEntry().

54 { return m_name; }
void G4VHCIOentry::SetVerboseLevel ( G4int  v)
inline

Definition at line 51 of file G4VHCIOentry.hh.

References m_verbose, and test::v.

51 { m_verbose = v; }

Field Documentation

G4int G4VHCIOentry::m_verbose
protected

The documentation for this class was generated from the following files: