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

Class BM_bamFile_C

source code

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


typedef struct BM_bamFile {
   char * fileName;
   uint16_t fileNameLength;
   BM_bamType ** types;
   int numTypes;
} BM_bamFile;

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_ = [('fileName', <class 'ctypes.LP_c_char'>), ('fileNa...
  fileName = <Field type=LP_c_char, ofs=0, size=8>
  fileNameLength = <Field type=c_ushort, ofs=8, size=2>
  numTypes = <Field type=c_int, ofs=24, size=4>
  types = <Field type=LP_LP_BM_bamType_C, ofs=16, size=8>
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:
[('fileName', <class 'ctypes.LP_c_char'>),
 ('fileNameLength', <class 'ctypes.c_ushort'>),
 ('types', <class 'bamm.cWrapper.LP_LP_BM_bamType_C'>),
 ('numTypes', <class 'ctypes.c_int'>)]