OperatorDeclaration::OperatorDeclaration
Constructors
Synopses
Declared in <src/midend/astUtil/annotation/OperatorDescriptors.h>
Default constructor
Construct from string
OperatorDeclaration(std::string const& signature);
OperatorDeclaration(
AstInterface& fa,
AstNodePtr op_ast,
AstInterface::AstNodeList* argp = 0);
Created with MrDocs