33#ifndef TTA_DISASSEMBLY_MOVE_HH
34#define TTA_DISASSEMBLY_MOVE_HH
52 virtual std::string
toString()
const;
virtual ~DisassemblyMove()
DisassemblyMove & operator=(const DisassemblyMove &)
Assignment not allowed.
virtual std::string toString() const
DisassemblyMove(const DisassemblyMove &)
Coying not allowed.
DisassemblyElement * source_
The source of the move.
DisassemblyElement * destination_
The destination of the move.
DisassemblyGuard * guard_
Possible guard of the move.