phylopomp
Phylodynamics for POMPs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pocket.h File Reference
#include <set>
#include <unordered_map>
#include <string>
#include <cstring>
#include "ball.h"
#include "internal.h"
Include dependency graph for pocket.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ ball_it

typedef std::set<ball_t*,ball_order>::const_iterator ball_it

Definition at line 26 of file pocket.h.

◆ ball_rev_it

typedef std::set<ball_t*,ball_order>::const_reverse_iterator ball_rev_it

Definition at line 27 of file pocket.h.