phylopomp
Phylodynamics for POMPs
|
#include <set>
#include <unordered_map>
#include <string>
#include <cstring>
#include "ball.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | ball_order |
Ordering for balls in pockets. More... | |
class | pocket_t |
A pocket is a set of balls. More... | |
Typedefs | |
typedef std::set< ball_t *, ball_order >::const_iterator | ball_it |
typedef std::set< ball_t *, ball_order >::const_reverse_iterator | ball_rev_it |
typedef std::set<ball_t*,ball_order>::const_iterator ball_it |
typedef std::set<ball_t*,ball_order>::const_reverse_iterator ball_rev_it |