#include <string>
#include <iostream>
#include "Data.h"
#include "Number.h"
Go to the source code of this file.
Classes | |
class | Genotype |
Genotype is a data type derived from Data. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const Genotype &g) |
|
|