DispatchProxy::Target internal struct members
Target(UserData *ud, ValueBase::Operations ops, bool new_keys)
No documentation available
This virtual function implements the _meta_call pure function declared in the TargetBase base abstract struct.
This virtual function implements the _meta_contains pure function declared in the TargetBase base abstract struct.
This virtual function implements the _meta_index pure function declared in the TargetBase base abstract struct.
This virtual function implements the _meta_newindex pure function declared in the TargetBase base abstract struct.
virtual Value _meta_operation(State *ls, ValueBase::Operation op, const Value &a, const Value &b) const
This virtual function implements the _meta_operation pure function declared in the TargetBase base abstract struct.
This virtual function implements the _new_iterator pure function declared in the TargetBase base abstract struct.
virtual bool _support(ValueBase::Operation c) const
This virtual function implements the _support pure function declared in the TargetBase base abstract struct.
