Module libtcodpy :: Class _CBsp
[hide private]
[frames] | no frames]

Class _CBsp

source code

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

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_ = [('next', <class 'ctypes.c_long'>, 32), ('father', ...
  father = <Field type=c_long, ofs=4:0, bits=32>
  h = <Field type=c_long, ofs=24:0, bits=32>
  horizontal = <Field type=c_ulong, ofs=36:0, bits=32>
  level = <Field type=c_ulong, ofs=32:0, bits=32>
  next = <Field type=c_long, ofs=0:0, bits=32>
  position = <Field type=c_long, ofs=28:0, bits=32>
  son = <Field type=c_long, ofs=8:0, bits=32>
  w = <Field type=c_long, ofs=20:0, bits=32>
  x = <Field type=c_long, ofs=12:0, bits=32>
  y = <Field type=c_long, ofs=16:0, bits=32>
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:
[('next', <class 'ctypes.c_long'>, 32),
 ('father', <class 'ctypes.c_long'>, 32),
 ('son', <class 'ctypes.c_long'>, 32),
 ('x', <class 'ctypes.c_long'>, 32),
 ('y', <class 'ctypes.c_long'>, 32),
 ('w', <class 'ctypes.c_long'>, 32),
 ('h', <class 'ctypes.c_long'>, 32),
 ('position', <class 'ctypes.c_long'>, 32),
...