#include <DefaultHepRepAttDef.h>
Public 멤버 함수 | |
DefaultHepRepAttDef (std::string name, std::string desc, std::string category, std::string extra) | |
~DefaultHepRepAttDef () | |
HEPREP::HepRepAttDef * | copy () |
std::string | getName () |
std::string | getLowerCaseName () |
std::string | getDescription () |
std::string | getCategory () |
std::string | getExtra () |
Private 속성 | |
std::string | name |
std::string | desc |
std::string | category |
std::string | extra |
DefaultHepRepAttDef.h 파일의 17 번째 라인에서 정의되었습니다.
cheprep::DefaultHepRepAttDef::DefaultHepRepAttDef | ( | std::string | name, |
std::string | desc, | ||
std::string | category, | ||
std::string | extra | ||
) |
DefaultHepRepAttDef.cc 파일의 19 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : copy().
cheprep::DefaultHepRepAttDef::~DefaultHepRepAttDef | ( | ) |
DefaultHepRepAttDef.cc 파일의 23 번째 라인에서 정의되었습니다.
|
virtual |
Returns a deep copy of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 26 번째 라인에서 정의되었습니다.
다음을 참조함 : category, DefaultHepRepAttDef(), desc, extra.
|
virtual |
Returns category of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 44 번째 라인에서 정의되었습니다.
다음을 참조함 : category.
|
virtual |
Returns a description of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 40 번째 라인에서 정의되었습니다.
다음을 참조함 : desc.
|
virtual |
Returns any extra information of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 48 번째 라인에서 정의되었습니다.
다음을 참조함 : extra.
|
virtual |
Returns the lowercased name of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 34 번째 라인에서 정의되었습니다.
|
virtual |
Returns the mixed case name of this attdef.
HEPREP::HepRepAttDef를 구현.
DefaultHepRepAttDef.cc 파일의 30 번째 라인에서 정의되었습니다.
다음을 참조함 : name.
|
private |
DefaultHepRepAttDef.h 파일의 20 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : copy(), getCategory().
|
private |
DefaultHepRepAttDef.h 파일의 20 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : copy(), getDescription().
|
private |
DefaultHepRepAttDef.h 파일의 20 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : copy(), getExtra().
|
private |
DefaultHepRepAttDef.h 파일의 20 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getLowerCaseName(), getName().