tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
gene.h File Reference
#include "bitmap.h"
#include "random.h"
Include dependency graph for gene.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  gene
 

Typedefs

typedef struct gene gene_t
 

Functions

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

Typedef Documentation

typedef struct gene gene_t

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: