Belle II Software
release-08-01-10
|
Public Member Functions | |
Property (Type type, int length, int offset=0) | |
Property (const Property &pro) | |
Type | getType () const |
int | getLength () const |
int | getOffset () const |
void | setType (Type type) |
void | setLength (int length) |
int | getTypeSize () const |
const std::string | getTypeText () const |
Private Attributes | |
Type | m_type |
int | m_length |
int | m_offset |
Definition at line 36 of file FieldProperty.h.