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

Detailed description

Definition at line 83 of file assembly_types.h.

#include <assembly_types.h>

Public Types

enum  {
  OP_M = 0, OP_I = 1, OP_D = 2, OP_N = 3,
  OP_S = 4, OP_H = 5, OP_P = 6, OP_MATCH = 7,
  OP_X = 8
}
 

Public Methods

NVBIO_HOST_DEVICE char ascii_op (void) const
 

Public Members

uint32 len:24
 
uint32 op:4
 

Member Enumeration Documentation

anonymous enum
Enumerator
OP_M 
OP_I 
OP_D 
OP_N 
OP_S 
OP_H 
OP_P 
OP_MATCH 
OP_X 

Definition at line 87 of file assembly_types.h.

Member Function Documentation

NVBIO_HOST_DEVICE char cigar_op::ascii_op ( void  ) const
inline

Definition at line 100 of file assembly_types.h.

Member Data Documentation

uint32 cigar_op::len

Definition at line 85 of file assembly_types.h.

uint32 cigar_op::op

Definition at line 85 of file assembly_types.h.


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