mapgd  0.4
A program for the Maximum-likelihood analysis of population genomic data.
 All Data Structures Functions Variables Friends Groups Pages
Public Member Functions
External_data Class Referenceabstract

An interface used to read/write data from outside of mapgd. More...

#include <external-data.h>

Inheritance diagram for External_data:
Inheritance graph
[legend]

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.
 

Detailed Description

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.


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