|
Sen API
Sen Libraries
|
Data of a method. More...
#include <method.h>
Public Member Functions | |
| MethodSpec (CallableSpec callableSpec, ConstTypeHandle<> returnType, Constness constness=Constness::nonConstant, PropertyRelation propertyRelation=NonPropertyRelated {}, bool deferred=false, bool localOnly=false) | |
Public Attributes | |
| CallableSpec | callableSpec |
| Constness | constness = Constness::nonConstant |
| ConstTypeHandle | returnType |
| PropertyRelation | propertyRelation = NonPropertyRelated {} |
| bool | deferred = false |
| bool | localOnly = false |
Friends | |
| bool | operator== (const MethodSpec &lhs, const MethodSpec &rhs) noexcept |
| bool | operator!= (const MethodSpec &lhs, const MethodSpec &rhs) noexcept |
Data of a method.
|
inline |
|
friend |
|
friend |
| CallableSpec sen::MethodSpec::callableSpec |
| Constness sen::MethodSpec::constness = Constness::nonConstant |
| ConstTypeHandle sen::MethodSpec::returnType |
| PropertyRelation sen::MethodSpec::propertyRelation = NonPropertyRelated {} |
| bool sen::MethodSpec::deferred = false |
| bool sen::MethodSpec::localOnly = false |