Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
quetzal::format::newick::ast::node Struct Reference

#include <quetzal/io/newick/ast.hpp>

Detailed Description

Abstract Syntax Tree structure.

Public Types

using vertex_property = std::string
 The type of vertex described by the AST.
 
using edge_property = double
 The type of edge described by the AST.
 

Public Attributes

nodes children
 A container of nodes.
 
vertex_property name
 the name of the node
 
edge_property distance_to_parent
 the length of the branch
 

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