pygccxml.declarations.typedef module¶
defines class that describes C++ typedef declaration
-
class
typedef_t(name='', decl_type=None)¶ Bases:
pygccxml.declarations.declaration.declaration_t,pygccxml.declarations.byte_info.byte_infodescribes C++ typedef declaration
-
property
decl_type¶ reference to the original
decl_type
-
i_depend_on_them(recursive=True)¶ Return list of all types and declarations the declaration depends on
-
property