NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
BamTools::BgzfThread Struct Reference

Detailed description

Definition at line 26 of file BGZF.cpp.

Inheritance diagram for BamTools::BgzfThread:
nvbio::Thread< BgzfThread > nvbio::ThreadBase

Public Methods

void set_data (BgzfData *data)
 
void run ()
 
- Public Methods inherited from nvbio::Thread< BgzfThread >
void create ()
 create the thread More...
 
void join ()
 join the thread More...
 
- Public Methods inherited from nvbio::ThreadBase
 ThreadBase ()
 
 ~ThreadBase ()
 
void set_id (const uint32 id)
 
uint32 get_id () const
 
void create (void *(*func)(void *), void *arg)
 create the thread More...
 
void join ()
 join the thread More...
 

Public Members

BgzfDatam_data
 

Member Function Documentation

void BamTools::BgzfThread::run ( )
inline

Definition at line 30 of file BGZF.cpp.

void BamTools::BgzfThread::set_data ( BgzfData data)
inline

Definition at line 28 of file BGZF.cpp.

Member Data Documentation

BgzfData* BamTools::BgzfThread::m_data

Definition at line 51 of file BGZF.cpp.


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