|
OpenASIP 2.2
|
#include <MachinePart.hh>


Protected Member Functions | |
| SubComponent () | |
| virtual | ~SubComponent () |
Protected Member Functions inherited from TTAMachine::MachinePart | |
| MachinePart () | |
| virtual | ~MachinePart () |
Private Member Functions | |
| SubComponent (const SubComponent &) | |
| Copying forbidden. | |
| SubComponent & | operator= (const SubComponent &) |
| Assingment forbidden. | |
Additional Inherited Members | |
Public Member Functions inherited from Serializable | |
| virtual void | loadState (const ObjectState *state)=0 |
| virtual ObjectState * | saveState () const =0 |
| virtual | ~Serializable () |
Abstract base class for non-top-level machine components.
Subcomponents belong to and are directly managed by one Component (not by a Machine).
Definition at line 168 of file MachinePart.hh.
|
protected |
|
protectedvirtual |
|
private |
Copying forbidden.
|
private |
Assingment forbidden.