#include <G4AttDef.hh>
Inheritance diagram for G4AttDef:

Public Member Functions | |
| G4AttDef (const G4String &name, const G4String &desc, const G4String &category, const G4String &extra, const G4String &valueType) | |
| G4AttDef (const G4String &name, const G4String &desc, const G4String &category, const G4String &extra, const G4TypeKey &typeKey) | |
| G4AttDef () | |
| virtual | ~G4AttDef () |
| const G4String & | GetName () const |
| const G4String & | GetDesc () const |
| const G4String & | GetCategory () const |
| const G4String & | GetExtra () const |
| const G4String & | GetValueType () const |
| const G4TypeKey & | GetTypeKey () const |
| void | SetName (const G4String &name) |
| void | SetDesc (const G4String &desc) |
| void | SetCategory (const G4String &cat) |
| void | SetExtra (const G4String &extra) |
| void | SetValueType (const G4String &type) |
Definition at line 57 of file G4AttDef.hh.
| G4AttDef::G4AttDef | ( | const G4String & | name, | |
| const G4String & | desc, | |||
| const G4String & | category, | |||
| const G4String & | extra, | |||
| const G4String & | valueType | |||
| ) | [inline] |
Definition at line 60 of file G4AttDef.hh.
00064 : 00065 m_name(name),m_desc(desc), 00066 m_category(category), 00067 m_extra(extra),m_valueType(valueType){};
| G4AttDef::G4AttDef | ( | const G4String & | name, | |
| const G4String & | desc, | |||
| const G4String & | category, | |||
| const G4String & | extra, | |||
| const G4TypeKey & | typeKey | |||
| ) | [inline] |
Definition at line 70 of file G4AttDef.hh.
00074 : 00075 m_name(name),m_desc(desc), 00076 m_category(category), 00077 m_extra(extra),m_valueType("Null"), 00078 m_typeKey(typeKey) 00079 {};
| G4AttDef::G4AttDef | ( | ) | [inline] |
| virtual G4AttDef::~G4AttDef | ( | ) | [inline, virtual] |
| const G4String& G4AttDef::GetCategory | ( | ) | const [inline] |
| const G4String& G4AttDef::GetDesc | ( | ) | const [inline] |
| const G4String& G4AttDef::GetExtra | ( | ) | const [inline] |
| const G4String& G4AttDef::GetName | ( | ) | const [inline] |
| const G4TypeKey& G4AttDef::GetTypeKey | ( | ) | const [inline] |
| const G4String& G4AttDef::GetValueType | ( | ) | const [inline] |
| void G4AttDef::SetCategory | ( | const G4String & | cat | ) | [inline] |
| void G4AttDef::SetDesc | ( | const G4String & | desc | ) | [inline] |
| void G4AttDef::SetExtra | ( | const G4String & | extra | ) | [inline] |
| void G4AttDef::SetName | ( | const G4String & | name | ) | [inline] |
| void G4AttDef::SetValueType | ( | const G4String & | type | ) | [inline] |
1.4.7