FFPopSim  2.0
Library for Population Genetics
 All Classes Files Functions Variables Macros Pages
hivgene Struct Reference

HIV gene. More...

#include <hivpopulation.h>

Public Member Functions

 hivgene (unsigned int start_in=0, unsigned int end_in=HIVGENOME)
 Default constructor for an HIV gene. More...
 

Public Attributes

unsigned int start
 
unsigned int end
 

Detailed Description

HIV gene.

Attributes:

  • start: the starting position of the gene
  • stop: the (last position + 1) of the gene

Constructor & Destructor Documentation

hivgene::hivgene ( unsigned int  start_in = 0,
unsigned int  end_in = HIVGENOME 
)

Default constructor for an HIV gene.

Parameters
start_infirst site of the gene in the HIV genome
end_inlast site + 1 of the gene in the HIV genome

Member Data Documentation

unsigned int hivgene::end
unsigned int hivgene::start

The documentation for this struct was generated from the following files: