OpenASIP
2.0
|
#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. More... | |
SubComponent & | operator= (const SubComponent &) |
Assingment forbidden. More... | |
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.