![]() |
Gorgon Game Engine
|
This is the complete list of members for RuntimeOverload, including all inherited members.
| accessible | Function::Overload | protected |
| Call(bool ismethod, const std::vector< Data > ¶meters) const override | RuntimeOverload | virtual |
| constant | Function::Overload | protected |
| dochecks(bool ismethod) override | RuntimeOverload | protectedvirtual |
| GetParent() const | Function::Overload | |
| GetParentScope() | RuntimeOverload | |
| GetReturnType() const | Function::Overload | |
| HasReturnType() const | Function::Overload | |
| implicit | Function::Overload | protected |
| Instantiate(ScopeInstance ¤t) const | RuntimeOverload | |
| IsConstant() const | Function::Overload | |
| IsImplicit() const | Function::Overload | |
| IsSame(const Overload &var) const | Function::Overload | |
| Overload(const Type *returntype, ParameterList parameters, P_ ...tags) | Function::Overload | |
| Overload(const Type *returntype, ParameterList parameters, bool stretchlast, bool repeatlast, bool accessible, bool constant, bool returnsref, bool returnsconst, bool implicit) | Function::Overload | |
| parameters | Function::Overload | protected |
| Parameters | Function::Overload | |
| parent | Function::Overload | protected |
| RepeatLast() const | Function::Overload | |
| repeatlast | Function::Overload | protected |
| returnsconst | Function::Overload | protected |
| ReturnsConst() const | Function::Overload | |
| ReturnsRef() const | Function::Overload | |
| returnsref | Function::Overload | protected |
| returntype | Function::Overload | protected |
| RuntimeOverload(Scope &parent, const Type *returntype, ParameterList parameters, bool stretchlast, bool repeatlast, bool accessible, bool constant, bool returnsref, bool returnsconst, bool implicit) | RuntimeOverload | |
| SaveInstruction(Instruction inst, long pline) | RuntimeOverload | |
| SaveInstructions(const std::vector< Instruction > &instructions) | RuntimeOverload | |
| StretchLast() const | Function::Overload | |
| stretchlast | Function::Overload | protected |
| ~Overload() | Function::Overload | virtual |