qubx :: fast :: model :: MultiModelStruct :: Class MultiModelStruct
[hide private]
[frames] | no frames]

Class MultiModelStruct

source code

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

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_ = [('version', <class 'ctypes.c_int'>), ('storage', <...
  class_order = <Field type=LP_c_int, ofs=56, size=8>
  cmutistate = <Field type=LP_c_int, ofs=64, size=8>
  multi_model = <Field type=LP_ModelStruct, ofs=24, size=8>
  mutipath = <Field type=LP_c_int, ofs=88, size=8>
  mutistate = <Field type=LP_c_int, ofs=80, size=8>
  nclass_order = <Field type=c_int, ofs=44, size=4>
  nmuticlass = <Field type=c_int, ofs=40, size=4>
  nmutipath = <Field type=c_int, ofs=36, size=4>
  nmutistate = <Field type=c_int, ofs=32, size=4>
  npath = <Field type=c_int, ofs=48, size=4>
  path = <Field type=LP_c_int, ofs=72, size=8>
  single_model = <Field type=LP_ModelStruct, ofs=16, size=8>
  storage = <Field type=c_void_p, ofs=8, size=8>
  version = <Field type=c_int, ofs=0, size=4>
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:
[('version', <class 'ctypes.c_int'>),
 ('storage', <class 'ctypes.c_void_p'>),
 ('single_model', <class 'qubx.fast.model.LP_ModelStruct'>),
 ('multi_model', <class 'qubx.fast.model.LP_ModelStruct'>),
 ('nmutistate', <class 'ctypes.c_int'>),
 ('nmutipath', <class 'ctypes.c_int'>),
 ('nmuticlass', <class 'ctypes.c_int'>),
 ('nclass_order', <class 'ctypes.c_int'>),
...