Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
namespace Synopsis::Parser::C++::AST
class Operation
Files: Synopsis/Parser/C++/syn/ast.hh
Operation-inheritance Scopes/Synopsis/Parser/C++/AST/Function.html Scopes/Synopsis/Parser/C++/AST/Declaration.html Scopes/Synopsis/Parser/C++/FakeGC/cleanup.html

Operations are similar to functions but Not Quite Right


Public Member functions Summary:
 constructorOperation(SourceFile* file, int line, const std::string& type, const ScopedName& name, const Function::Mods& modifiers, Types::Type* ret, const std::string& realname)
Constructor [Source]
virtual voidaccept(Visitor*)
Accept the given visitor [Source]

Public Typedefs Inherited from Function
Mods, vector

Public Member functions Inherited from Function
premodifier, return_type, realname, parameters, template_type, set_template_type

Public Member functions Inherited from Declaration
name, name, file, set_file, line, type, set_type, access, set_access, comments, comments, declared, declared

Public Data members Inherited from FakeGC::cleanup
cleanup_next