A library for working with phylogenetic and population genetic data.
v0.27.0
SortedBaseCounts::BaseCount Struct Reference

#include <genesis/population/base_counts.hpp>

Detailed Description

Combination of a nucleotide base and its count.

Definition at line 115 of file base_counts.hpp.

Public Member Functions

 BaseCount ()
 
 BaseCount (char b, size_t c)
 

Public Attributes

char base
 
size_t count
 

Constructor & Destructor Documentation

◆ BaseCount() [1/2]

BaseCount ( )
inline

Definition at line 120 of file base_counts.hpp.

◆ BaseCount() [2/2]

BaseCount ( char  b,
size_t  c 
)
inline

Definition at line 125 of file base_counts.hpp.

Member Data Documentation

◆ base

char base

Definition at line 117 of file base_counts.hpp.

◆ count

size_t count

Definition at line 118 of file base_counts.hpp.


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