ARB
Public Member Functions | Public Attributes | List of all members
BaseCounts Struct Reference

#include <seq.h>

Collaboration diagram for BaseCounts:
Collaboration graph
[legend]

Public Member Functions

 BaseCounts ()
 
void add (char ch)
 

Public Attributes

int a
 
int c
 
int g
 
int t
 
int other
 

Detailed Description

Definition at line 20 of file seq.h.

Constructor & Destructor Documentation

BaseCounts::BaseCounts ( )
inline

Definition at line 27 of file seq.h.

Member Function Documentation

void BaseCounts::add ( char  ch)
inline

Definition at line 31 of file seq.h.

Referenced by Seq::count().

Member Data Documentation

int BaseCounts::a

Definition at line 21 of file seq.h.

Referenced by embl_out_origin(), and genbank_out_base_count().

int BaseCounts::c

Definition at line 22 of file seq.h.

Referenced by embl_out_origin(), and genbank_out_base_count().

int BaseCounts::g

Definition at line 23 of file seq.h.

Referenced by embl_out_origin(), and genbank_out_base_count().

int BaseCounts::t

Definition at line 24 of file seq.h.

Referenced by embl_out_origin(), and genbank_out_base_count().

int BaseCounts::other

Definition at line 25 of file seq.h.

Referenced by embl_out_origin(), and genbank_out_base_count().


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