class documentation

class ASTOperator(ASTBase):

Known subclasses: sphinx.domains.cpp.ASTOperatorBuildIn, sphinx.domains.cpp.ASTOperatorLiteral, sphinx.domains.cpp.ASTOperatorType

View In Hierarchy

Undocumented

Method ​_describe​_identifier Render the prefix into signode, and the last part into identnode.
Method describe​_signature Undocumented
Method get​_id Undocumented
Method is​_anon Undocumented
Method is​_operator Undocumented

Inherited from ASTBaseBase (via ASTBase):

Method __eq__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method ​_stringify Undocumented
Method clone Undocumented
Method get​_display​_string Undocumented
Class Variable __hash__ Undocumented
def _describe_identifier(self, signode, identnode, env, symbol):
Render the prefix into signode, and the last part into identnode.
Parameters
signode:TextElementUndocumented
identnode:TextElementUndocumented
env:BuildEnvironmentUndocumented
symbol:SymbolUndocumented
def describe_signature(self, signode, mode, env, prefix, templateArgs, symbol):

Undocumented

Parameters
signode:TextElementUndocumented
mode:strUndocumented
env:BuildEnvironmentUndocumented
prefix:strUndocumented
template​Args:strUndocumented
symbol:SymbolUndocumented
def get_id(self, version):

Undocumented

Parameters
version:intUndocumented
Returns
strUndocumented
def is_anon(self):

Undocumented

Returns
boolUndocumented
def is_operator(self):

Undocumented

Returns
boolUndocumented