|
phylopomp
Phylodynamics for POMPs
|
#include <list>#include <unordered_map>#include <string>#include <cstring>#include "node.h"#include "internal.h"

Go to the source code of this file.
Data Structures | |
| class | nodeseq_t |
| A sequence of nodes. More... | |
Typedefs | |
| typedef std::list< node_t * >::const_iterator | node_it |
| typedef std::list< node_t * >::iterator | node_nit |
| typedef std::list< node_t * >::const_reverse_iterator | node_rev_it |
| typedef std::list<node_t*>::const_reverse_iterator node_rev_it |