Home | Trees | Indices | Help |
|
---|
|
object --+ | declaration.declaration_t --+ | typedef_t
describes C++ typedef declaration
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
type reference to the original type |
|
byte_size Size of this type in bytes @type: int |
|
byte_align alignment of this type in bytes @type: int |
|
Inherited from |
Method Details |
creates class that describes C++ typedef
|
function will return true, if both declarations refers to the same object. This function could be implemented in terms of _get__cmp__data, but in this case it will downgrade performance. self.mangled property is not compared, because it could be chaned from one compilation time to an other.
|
return list of all types and declarations the declaration depends on
|
Property Details |
byte_sizeSize of this type in bytes @type: int |
byte_alignalignment of this type in bytes @type: int |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 20 09:00:20 2008 | http://epydoc.sourceforge.net |