ivutils
Loading...
Searching...
No Matches
restorer Class Reference

Base class for saving (reading) internal data to (from) the file using finction save_data (load_data). More...

#include <component.h>

Inheritance diagram for restorer:

Public Member Functions

int save_data (FILE *f)
 save data to the file
 
int load_data (FILE *f)
 read data from the file
 
int save_data (const char *fname)
 save data to the file
 
int load_data (const char *fname)
 read data from the file
 

Detailed Description

Base class for saving (reading) internal data to (from) the file using finction save_data (load_data).

Derived classes inherit this functionality and override virtual function write_read


The documentation for this class was generated from the following file: