11 using namespace HEPREP;
19 DefaultHepRepAttDef::DefaultHepRepAttDef(
string aName,
string aDesc,
string aCategory,
string anExtra)
20 :
name(aName), desc(aDesc), category(aCategory), extra(anExtra) {
36 transform(s.begin(), s.end(), s.begin(), (
int(*)(
int)) tolower);
std::string getLowerCaseName()
typedef int(XMLCALL *XML_NotStandaloneHandler)(void *userData)
std::string getCategory()
HEPREP::HepRepAttDef * copy()
DefaultHepRepAttDef(std::string name, std::string desc, std::string category, std::string extra)
std::string getDescription()