phylopomp
Phylodynamics for POMPs
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
twospecies.cc File Reference
#include "master.h"
#include "popul_proc.h"
#include "generics.h"
#include "internal.h"
Include dependency graph for twospecies.cc:

Go to the source code of this file.

Data Structures

struct  twospecies_state_t
 TwoSpecies process state. More...
 
struct  twospecies_parameters_t
 TwoSpecies process parameters. More...
 

Typedefs

using twospecies_proc_t = popul_proc_t< twospecies_state_t, twospecies_parameters_t, 22 >
 
using twospecies_genealogy_t = master_t< twospecies_proc_t, 3 >
 

Variables

static int host1 = 0
 
static int host2 = 1
 
static int outside = 2
 

Typedef Documentation

◆ twospecies_genealogy_t

Definition at line 52 of file twospecies.cc.

◆ twospecies_proc_t

Variable Documentation

◆ host1

int host1 = 0
static

Definition at line 7 of file twospecies.cc.

◆ host2

int host2 = 1
static

Definition at line 8 of file twospecies.cc.

◆ outside

int outside = 2
static

Definition at line 9 of file twospecies.cc.