|
OpenASIP 2.2
|
#include <NullDestinationField.hh>


Static Public Member Functions | |
| static NullDestinationField & | instance () |
Private Member Functions | |
| NullDestinationField () | |
| virtual | ~NullDestinationField () |
Static Private Attributes | |
| static NullDestinationField | instance_ |
| The instance. | |
| static MoveSlot | moveSlot_ |
| The parent move slot. | |
| static BinaryEncoding | bem_ |
| The parent binary encoding. | |
Additional Inherited Members | |
Public Member Functions inherited from DestinationField | |
| DestinationField (BinaryEncoding::Position socketIDPos, MoveSlot &parent) | |
| DestinationField (const ObjectState *state, MoveSlot &parent) | |
| virtual | ~DestinationField () |
| virtual ObjectState * | saveState () const |
Public Member Functions inherited from SlotField | |
| virtual | ~SlotField () |
| MoveSlot * | parent () const |
| void | addSocketEncoding (SocketEncoding &encoding) |
| void | removeSocketEncoding (SocketEncoding &encoding) |
| int | socketEncodingCount () const |
| SocketEncoding & | socketEncoding (int index) const |
| bool | hasSocketEncoding (const std::string &socket) const |
| SocketEncoding & | socketEncoding (const std::string &socket) const |
| void | setNoOperationEncoding (NOPEncoding &encoding) |
| void | unsetNoOperationEncoding () |
| bool | hasNoOperationEncoding () const |
| NOPEncoding & | noOperationEncoding () const |
| BinaryEncoding::Position | componentIDPosition () const |
| virtual int | width () const |
| virtual int | childFieldCount () const |
| virtual InstructionField & | childField (int position) const |
| virtual void | loadState (const ObjectState *state) |
Public Member Functions inherited from InstructionField | |
| virtual | ~InstructionField () |
| InstructionField * | parent () const |
| int | bitPosition () const |
| int | relativePosition () const |
| virtual void | setRelativePosition (int position) |
| void | setExtraBits (int bits) |
| int | extraBits () const |
Public Member Functions inherited from Serializable | |
| virtual | ~Serializable () |
Static Public Attributes inherited from DestinationField | |
| static const std::string | OSNAME_DESTINATION_FIELD = "dest_field" |
| ObjectState name for destination field. | |
Static Public Attributes inherited from SlotField | |
| static const std::string | OSNAME_SLOT_FIELD = "slot_field" |
| ObjectState name for slot field. | |
| static const std::string | OSKEY_COMPONENT_ID_POSITION = "comp_id_pos" |
| ObjectState attribute key for component ID position. | |
Static Public Attributes inherited from InstructionField | |
| static const std::string | OSNAME_INSTRUCTION_FIELD = "instr_field" |
| ObjectState name for instruction field. | |
| static const std::string | OSKEY_EXTRA_BITS = "extra_bits" |
| ObjectState attribute key for the number of extra bits. | |
| static const std::string | OSKEY_POSITION = "position" |
| ObjectState attribute key for the relative position of the field. | |
Protected Member Functions inherited from SlotField | |
| SlotField (BinaryEncoding::Position componentIDPos, MoveSlot &parent) | |
| SlotField (const ObjectState *state, MoveSlot &parent) | |
Protected Member Functions inherited from InstructionField | |
| InstructionField (InstructionField *parent) | |
| InstructionField (const ObjectState *state, InstructionField *parent) | |
| void | setParent (InstructionField *parent) |
Static Protected Member Functions inherited from InstructionField | |
| static void | reorderSubfields (ObjectState *state) |
A null version of DestinationField class.
Definition at line 44 of file NullDestinationField.hh.
|
private |
The constructor.
Definition at line 44 of file NullDestinationField.cc.
|
privatevirtual |
|
static |
Returns the only instance of NullDestinationField.
Definition at line 62 of file NullDestinationField.cc.
References instance_.
Referenced by MoveSlot::destinationField().
|
staticprivate |
The parent binary encoding.
Definition at line 57 of file NullDestinationField.hh.
|
staticprivate |
|
staticprivate |
The parent move slot.
Definition at line 55 of file NullDestinationField.hh.