Package bamm :: Module cWrapper :: Class BM_linkInfo_C
[hide private]
[frames] | no frames]

Class BM_linkInfo_C

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   BM_linkInfo_C


typedef struct {
    uint16_t reversed1;
    uint16_t reversed2;
    uint16_t readLength1;
    uint16_t readLength2;
    uint32_t pos1;
    uint32_t pos2;
    uint32_t bam_ID;
    struct BM_linkInfo * nextLink;
} BM_linkInfo;

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('reversed1', <class 'ctypes.c_ushort'>), ('revers...
  bam_ID = <Field type=c_uint, ofs=16, size=4>
  nextLink = <Field type=LP_BM_linkInfo_C, ofs=24, size=8>
  pos1 = <Field type=c_uint, ofs=8, size=4>
  pos2 = <Field type=c_uint, ofs=12, size=4>
  readLength1 = <Field type=c_ushort, ofs=4, size=2>
  readLength2 = <Field type=c_ushort, ofs=6, size=2>
  reversed1 = <Field type=c_ushort, ofs=0, size=2>
  reversed2 = <Field type=c_ushort, ofs=2, size=2>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('reversed1', <class 'ctypes.c_ushort'>),
 ('reversed2', <class 'ctypes.c_ushort'>),
 ('readLength1', <class 'ctypes.c_ushort'>),
 ('readLength2', <class 'ctypes.c_ushort'>),
 ('pos1', <class 'ctypes.c_uint'>),
 ('pos2', <class 'ctypes.c_uint'>),
 ('bam_ID', <class 'ctypes.c_uint'>),
 ('nextLink', <class 'bamm.cWrapper.LP_BM_linkInfo_C'>)]