rawtypes.parser.typedef_cursor module¶
- rawtypes.parser.typedef_cursor.type_name(t: str, name: str) str ¶
- class rawtypes.parser.typedef_cursor.TypedefCursor(cursors)¶
ベースクラス:
NamedTuple
- cursors: Tuple[rawtypes.clang.cindex.Cursor, ...]¶
Alias for field number 0
- property cursor: rawtypes.clang.cindex.Cursor¶
- property spelling: str¶
- property path: pathlib.Path¶
- property underlying_type: rawtypes.clang.cindex.Type¶
- has_underlying(cursor: rawtypes.clang.cindex.Cursor) bool ¶