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

Class BM_LinkWalker_C

source code

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


typedef struct {
    char ** keys;
    size_t keyCount;
    size_t numKeys;
    cfuhash_table_t * linkHash;
    BM_linkPair * pair;
    BM_linkInfo * LI;
} BM_LinkWalker;

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_ = [('keys', <class 'bamm.cWrapper.LP_LP_c_char'>), ('...
  LI = <Field type=LP_BM_linkInfo_C, ofs=40, size=8>
  keyCount = <Field type=c_ulong, ofs=8, size=8>
  keys = <Field type=LP_LP_c_char, ofs=0, size=8>
  links = <Field type=LP_cfuhash_table_t, ofs=24, size=8>
  numKeys = <Field type=c_ulong, ofs=16, size=8>
  pair = <Field type=LP_BM_linkPair_C, ofs=32, 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:
[('keys', <class 'bamm.cWrapper.LP_LP_c_char'>),
 ('keyCount', <class 'ctypes.c_ulong'>),
 ('numKeys', <class 'ctypes.c_ulong'>),
 ('links', <class 'bamm.cWrapper.LP_cfuhash_table_t'>),
 ('pair', <class 'bamm.cWrapper.LP_BM_linkPair_C'>),
 ('LI', <class 'bamm.cWrapper.LP_BM_linkInfo_C'>)]