A library for working with phylogenetic and population genetic data.
v0.32.0
SequenceDict::Entry Struct Reference

#include <genesis/sequence/sequence_dict.hpp>

Detailed Description

Definition at line 71 of file sequence_dict.hpp.

Public Member Functions

std::string const & label () const
 Alias to get the name of the Entry. More...
 
size_t size () const
 Alias to get the length of the Entry. More...
 

Public Attributes

size_t length = 0
 
std::string name
 

Member Function Documentation

◆ label()

std::string const& label ( ) const
inline

Alias to get the name of the Entry.

Definition at line 87 of file sequence_dict.hpp.

◆ size()

size_t size ( ) const
inline

Alias to get the length of the Entry.

Definition at line 103 of file sequence_dict.hpp.

Member Data Documentation

◆ length

size_t length = 0

Definition at line 74 of file sequence_dict.hpp.

◆ name

std::string name

Definition at line 73 of file sequence_dict.hpp.


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