![]() |
Quetzal-CoaTL
The Coalescence Template Library
|
#include <quetzal/io/newick/ast.hpp>
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 | |