Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
HEPREP::HepRepAttDef Class Referenceabstract

#include <HepRepAttDef.h>

Inheritance diagram for HEPREP::HepRepAttDef:
cheprep::DefaultHepRepAttDef

Public Member Functions

virtual ~HepRepAttDef ()
 Destructor. More...
 
virtual std::string getName ()=0
 
virtual std::string getLowerCaseName ()=0
 
virtual std::string getDescription ()=0
 
virtual std::string getCategory ()=0
 
virtual std::string getExtra ()=0
 
virtual HepRepAttDefcopy ()=0
 

Detailed Description

HepRepAttDef interface.

Author
Mark Donszelmann

Definition at line 21 of file HepRepAttDef.h.

Constructor & Destructor Documentation

virtual HEPREP::HepRepAttDef::~HepRepAttDef ( )
inlinevirtual

Destructor.

Definition at line 25 of file HepRepAttDef.h.

25 { /* nop */; }

Member Function Documentation

virtual HepRepAttDef* HEPREP::HepRepAttDef::copy ( )
pure virtual

Returns a deep copy of this attdef.

Returns
copy of this attdef.

Implemented in cheprep::DefaultHepRepAttDef.

virtual std::string HEPREP::HepRepAttDef::getCategory ( )
pure virtual

Returns category of this attdef.

Returns
category.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::XMLHepRepWriter::write().

virtual std::string HEPREP::HepRepAttDef::getDescription ( )
pure virtual

Returns a description of this attdef.

Returns
description.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::XMLHepRepWriter::write().

virtual std::string HEPREP::HepRepAttDef::getExtra ( )
pure virtual

Returns any extra information of this attdef.

Returns
extra info.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::XMLHepRepWriter::write().

virtual std::string HEPREP::HepRepAttDef::getLowerCaseName ( )
pure virtual

Returns the lowercased name of this attdef.

Returns
lowercased name.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::DefaultHepRepDefinition::addAttDef().

virtual std::string HEPREP::HepRepAttDef::getName ( )
pure virtual

Returns the mixed case name of this attdef.

Returns
name.

Implemented in cheprep::DefaultHepRepAttDef.

Referenced by cheprep::XMLHepRepWriter::write().


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