#include <gnDefs.h>
Public Member Functions | |
Array (uint64 bufsize) | |
Allocate a new array of length "bufsize". | |
~Array () | |
Public Attributes | |
T * | data |
The actual array. | |
Private Member Functions | |
Array (const Array &a) | |
Array & | operator= (const Array &a) |
Array () |
Definition at line 152 of file gnDefs.h.
|
Allocate a new array of length "bufsize". The array can be accessed through the data member Definition at line 157 of file gnDefs.h. References Array< T >::data. |
|
Definition at line 160 of file gnDefs.h. References Array< T >::data. |
|
|
|
|
|
|
|
The actual array.
Definition at line 165 of file gnDefs.h. Referenced by Array< T >::Array(), gnFilter::Filter(), gnSourceHeader::GetHeader(), gnSourceQualifier::GetValue(), gnRAWSource::ParseStream(), gnGBKSource::ParseStream(), gnFASSource::ParseStream(), gnDNXSource::ParseStream(), gnGBKSource::SeqRead(), gnFASSource::SeqRead(), gnGBKSource::SeqStartPos(), gnFASSource::SeqStartPos(), gnSequence::ToString(), gnGBKSource::Write(), gnFASSource::Write(), and Array< T >::~Array(). |