module documentation

Utility functions common to the C and C++ domains.

Class ASTAttribute Undocumented
Class ASTAttributeList Undocumented
Class ASTBaseBase Undocumented
Class ASTBaseParenExprList Undocumented
Class ASTCPPAttribute Undocumented
Class ASTGnuAttribute Undocumented
Class ASTGnuAttributeList Undocumented
Class ASTIdAttribute For simple attributes defined by the user.
Class ASTParenAttribute For paren attributes defined by the user.
Class BaseParser Undocumented
Exception DefinitionError Undocumented
Exception NoOldIdError Undocumented
Exception UnsupportedMultiCharacterCharLiteral Undocumented
Function verify_description_mode Undocumented
Type Alias StringifyTransform Undocumented
Variable anon_identifier_re Undocumented
Variable binary_literal_re Undocumented
Variable char_literal_re Undocumented
Variable float_literal_re Undocumented
Variable float_literal_suffix_re Undocumented
Variable hex_literal_re Undocumented
Variable identifier_re Undocumented
Variable integer_literal_re Undocumented
Variable integers_literal_suffix_re Undocumented
Variable logger Undocumented
Variable octal_literal_re Undocumented
Variable _whitespace_re Undocumented
def verify_description_mode(mode): (source)

Undocumented

Parameters
mode:strUndocumented
StringifyTransform = (source)

Undocumented

Value
Callable[[Any], str]
anon_identifier_re = (source)

Undocumented

binary_literal_re = (source)

Undocumented

char_literal_re = (source)

Undocumented

float_literal_re = (source)

Undocumented

float_literal_suffix_re = (source)

Undocumented

hex_literal_re = (source)

Undocumented

identifier_re = (source)

Undocumented

integer_literal_re = (source)

Undocumented

integers_literal_suffix_re = (source)

Undocumented

Undocumented

octal_literal_re = (source)

Undocumented

_whitespace_re = (source)

Undocumented