Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HAPI::File Class Referenceabstract

#include <HAPI.hpp>

Inheritance diagram for HAPI::File:

Public Member Functions

 File ()
virtual ~File ()=0
virtual Node child (const char *name)=0
virtual Node first_child ()=0
virtual std::string name () const =0

Detailed Description

Definition at line 220 of file HAPI.hpp.

Constructor & Destructor Documentation

◆ File()

HAPI::File::File ( )
inline

Definition at line 223 of file HAPI.hpp.

223{ };

◆ ~File()

HAPI::File::~File ( )
pure virtual

Definition at line 21 of file HAPI_File.cc.

21 {
22
23}

Member Function Documentation

◆ child()

virtual Node HAPI::File::child ( const char * name)
pure virtual

Implemented in HAPI::PugiXMLFile.

◆ first_child()

virtual Node HAPI::File::first_child ( )
pure virtual

◆ name()

virtual std::string HAPI::File::name ( ) const
pure virtual

Implemented in HAPI::PugiXMLFile.

Referenced by child().


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