2 #ifndef CHEPREP_DEFAULTHEPREPDEFINITION_H 
    3 #define CHEPREP_DEFAULTHEPREPDEFINITION_H 1 
   25         std::map<std::string, HEPREP::HepRepAttDef*> attDefs;
 
   32         void addAttDef(std::string 
name, std::string desc, std::string type, std::string extra);
 
std::set< HEPREP::HepRepAttDef * > getAttDefsFromNode()
 
DefaultHepRepDefinition()
 
HEPREP::HepRepAttDef * getAttDef(std::string name)=0
 
void addAttDef(HEPREP::HepRepAttDef *hepRepAttDef)
 
~DefaultHepRepDefinition()
 
HEPREP::HepRepAttValue * getAttValue(std::string name)=0
 
HEPREP::HepRepAttDef * getAttDefFromNode(std::string lowerCaseName)