Package FreeImagePy :: Module constants :: Class FIMETADATA
[show private | hide private]
[frames | no frames]

Type FIMETADATA

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                FIMETADATA


Method Summary
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
list _fields_ = [('data', <class 'ctypes.c_void_p'>)]
CField data = <Field type=c_void_p, ofs=0, size=4>

Class Variable Details

_fields_

Type:
list
Value:
[('data', <class 'ctypes.c_void_p'>)]                                  

data

Type:
CField
Value:
<Field type=c_void_p, ofs=0, size=4>                                   

Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 http://epydoc.sf.net