#include <RegisterProperties.h>
Public Member Functions | |
| PropertyDef (const std::string &name, const std::string ¬es, BitMinion::BitIndexEnumType bitIndex, BitMinion::BitCountMaskEnumType sizeMask) | |
| PropertyDef () | |
| virtual | ~PropertyDef () |
Public Attributes | |
| BitMinion::BitIndexEnumType | bitIndex |
| std::string | name |
| std::string | notes |
| BitMinion::BitCountMaskEnumType | sizeMask |
| right justified mask defining size | |
Definition at line 15 of file RegisterProperties.h.
| PropertyDef::PropertyDef | ( | const std::string & | name, |
| const std::string & | notes, | ||
| BitMinion::BitIndexEnumType | bitIndex, | ||
| BitMinion::BitCountMaskEnumType | sizeMask | ||
| ) | [inline] |
Definition at line 18 of file RegisterProperties.h.
| PropertyDef::PropertyDef | ( | ) | [inline] |
Definition at line 20 of file RegisterProperties.h.
| virtual PropertyDef::~PropertyDef | ( | ) | [inline, virtual] |
Definition at line 27 of file RegisterProperties.h.
Definition at line 31 of file RegisterProperties.h.
| std::string PropertyDef::name |
Definition at line 27 of file RegisterProperties.h.
| std::string PropertyDef::notes |
Definition at line 30 of file RegisterProperties.h.
right justified mask defining size
Definition at line 32 of file RegisterProperties.h.