tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
gene.c File Reference
#include <assert.h>
#include <stdlib.h>
#include "gene.h"
#include "nucleotide.h"
#include "random.h"
#include "tm.h"
Include dependency graph for gene.c:

Functions

gene_tgene_alloc (long length)
 
void gene_create (gene_t *genePtr, random_t *randomPtr)
 
void gene_free (gene_t *genePtr)
 

Function Documentation

gene_t* gene_alloc ( long  length)

Here is the call graph for this function:

Here is the caller graph for this function:

void gene_create ( gene_t genePtr,
random_t randomPtr 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void gene_free ( gene_t genePtr)

Here is the call graph for this function:

Here is the caller graph for this function: