class documentation

class ASTDeclaratorPtr(ASTDeclarator):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_stringify Undocumented
Method describe​_signature Undocumented
Method get​_modifiers​_id Undocumented
Method get​_param​_id Undocumented
Method get​_ptr​_suffix​_id Undocumented
Method get​_type​_id Undocumented
Method is​_function​_type Undocumented
Method name.setter Undocumented
Method require_space_after_decl​Specs Undocumented
Instance Variable attrs Undocumented
Instance Variable const Undocumented
Instance Variable next Undocumented
Instance Variable volatile Undocumented
Property function​_params Undocumented
Property name Undocumented
Property trailing​Return Undocumented

Inherited from ASTDeclarator:

Property is​Pack Undocumented

Inherited from ASTBaseBase (via ASTDeclarator, ASTBase):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method clone Undocumented
Method get​_display​_string Undocumented
Class Variable __hash__ Undocumented
def __init__(self, next, volatile, const, attrs):

Undocumented

Parameters
next:ASTDeclaratorUndocumented
volatile:boolUndocumented
const:boolUndocumented
attrs:List[ASTAttribute]Undocumented
def _stringify(self, transform):

Undocumented

Parameters
transform:StringifyTransformUndocumented
Returns
strUndocumented
def describe_signature(self, signode, mode, env, symbol):

Undocumented

Parameters
signode:TextElementUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
def get_modifiers_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
def get_param_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
def get_ptr_suffix_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
def get_type_id(self, version, returnTypeId):

Undocumented

Parameters
version:intUndocumented
return​Type​Id:strUndocumented
Returns
strUndocumented
def is_function_type(self):

Undocumented

Returns
boolUndocumented
@name.setter
def name(self, name):

Undocumented

Parameters
name:ASTNestedNameUndocumented
def require_space_after_declSpecs(self):

Undocumented

Returns
boolUndocumented
attrs =

Undocumented

const =

Undocumented

next =

Undocumented

volatile =

Undocumented

@property
function_params: List[ASTFunctionParameter] =
@property
name: ASTNestedName =

Undocumented

@property
trailingReturn: ASTType =