#include <storeable.h>
Inherited by AbstractController, and Matrix.
Inheritance diagram for Storeable:

Public Member Functions | |
| virtual | ~Storeable () |
| virtual bool | store (FILE *f) const =0 |
| stores the object to the given file stream (binary). | |
| virtual bool | restore (FILE *f)=0 |
| loads the object from the given file stream (binary). | |
| virtual ~Storeable | ( | ) | [inline, virtual] |
| virtual bool restore | ( | FILE * | f | ) | [pure virtual] |
loads the object from the given file stream (binary).
Implemented in InvertMotorNStep, InvertMotorSpace, InvertNChannelController, SineController, and Matrix.
| virtual bool store | ( | FILE * | f | ) | const [pure virtual] |
stores the object to the given file stream (binary).
Implemented in InvertMotorNStep, InvertMotorSpace, InvertNChannelController, SineController, and Matrix.
1.4.7