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

Go to the source code of this file.

Classes

struct  vita::locus
 

Namespaces

namespace  vita
 The main namespace for the project.
 

Typedefs

using vita::index_t = std::size_t
 Index in the genome. More...
 

Functions

bool vita::operator!= (const locus &l1, const locus &l2)
 
locus vita::operator+ (const locus &l, index_t i)
 
bool vita::operator< (const locus &l1, const locus &l2)
 
std::ostream & vita::operator<< (std::ostream &s, const locus &l)
 
bool vita::operator== (const locus &l1, const locus &l2)
 

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 locus.h.