|
mapgd
0.4
A program for the Maximum-likelihood analysis of population genomic data.
|
An interface used to read/write data from outside of mapgd. More...
#include <external-data.h>

Public Member Functions | |
| virtual void | put (const Data *data,...)=0 |
| The write function must be defined in the child class. | |
| virtual void | get (Data *data,...) const =0 |
| The read function must be defined in the child class. | |
An interface used to read/write data from outside of mapgd.
This interface has to associate external data with internal data so that mapgd only has to touch the internal data classes.
1.8.6