Vita
Classes | Namespaces | Typedefs | Functions
gene.h File Reference

Go to the source code of this file.

Classes

class  vita::basic_gene< K >
 A gene is a unit of heredity in a living organism. More...
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Typedefs

using vita::gene = basic_gene< 4 >
 A basic_gene with the standard size. More...
 

Functions

template<unsigned K>
bool vita::operator!= (const basic_gene< K > &, const basic_gene< K > &)
 
template<unsigned K>
std::ostream & vita::operator<< (std::ostream &, const basic_gene< K > &)
 
template<unsigned K>
bool vita::operator== (const basic_gene< K > &, const basic_gene< K > &)
 

Detailed Description

Remarks
This file is part of VITA.
License\n
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/

Definition in file gene.h.