Module idaapi :: Class compiler_info_t
[show private | hide private]
[frames | no frames]

Type compiler_info_t

object --+
         |
        compiler_info_t

Known Subclasses:
compiler_info_tPtr

Proxy of C++ compiler_info_t class
Method Summary
  __init__(self, *args)
__init__(self) -> compiler_info_t
  __del__(self, destroy)
__del__(self)
  __getattr__(self, name)
  __repr__(self)
  __setattr__(self, name, value)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  cm
  defalign
  id
  size_b
  size_e
  size_i
  size_l
  size_ll
  size_s

Class Variable Summary
dict __swig_getmethods__ = {'size_l': <built-in function comp...
dict __swig_setmethods__ = {'size_l': <built-in function comp...

Method Details

__init__(self, *args)
(Constructor)

__init__(self) -> compiler_info_t
Overrides:
__builtin__.object.__init__

__del__(self, destroy=<built-in function delete_compiler_info_t>)
(Destructor)

__del__(self)

Property Details

cm

Get Method:
compiler_info_t_cm_get(...)
Set Method:
compiler_info_t_cm_set(...)

defalign

Get Method:
compiler_info_t_defalign_get(...)
Set Method:
compiler_info_t_defalign_set(...)

id

Get Method:
compiler_info_t_id_get(...)
Set Method:
compiler_info_t_id_set(...)

size_b

Get Method:
compiler_info_t_size_b_get(...)
Set Method:
compiler_info_t_size_b_set(...)

size_e

Get Method:
compiler_info_t_size_e_get(...)
Set Method:
compiler_info_t_size_e_set(...)

size_i

Get Method:
compiler_info_t_size_i_get(...)
Set Method:
compiler_info_t_size_i_set(...)

size_l

Get Method:
compiler_info_t_size_l_get(...)
Set Method:
compiler_info_t_size_l_set(...)

size_ll

Get Method:
compiler_info_t_size_ll_get(...)
Set Method:
compiler_info_t_size_ll_set(...)

size_s

Get Method:
compiler_info_t_size_s_get(...)
Set Method:
compiler_info_t_size_s_set(...)

Class Variable Details

__swig_getmethods__

Type:
dict
Value:
{'cm': <built-in function compiler_info_t_cm_get>,
 'defalign': <built-in function compiler_info_t_defalign_get>,
 'id': <built-in function compiler_info_t_id_get>,
 'size_b': <built-in function compiler_info_t_size_b_get>,
 'size_e': <built-in function compiler_info_t_size_e_get>,
 'size_i': <built-in function compiler_info_t_size_i_get>,
 'size_l': <built-in function compiler_info_t_size_l_get>,
 'size_ll': <built-in function compiler_info_t_size_ll_get>,
...                                                                    

__swig_setmethods__

Type:
dict
Value:
{'cm': <built-in function compiler_info_t_cm_set>,
 'defalign': <built-in function compiler_info_t_defalign_set>,
 'id': <built-in function compiler_info_t_id_set>,
 'size_b': <built-in function compiler_info_t_size_b_set>,
 'size_e': <built-in function compiler_info_t_size_e_set>,
 'size_i': <built-in function compiler_info_t_size_i_set>,
 'size_l': <built-in function compiler_info_t_size_l_set>,
 'size_ll': <built-in function compiler_info_t_size_ll_set>,
...                                                                    

Generated by Epydoc 2.1 on Wed Jan 18 16:10:50 2006 http://epydoc.sf.net