DispatchProxy::Target internal struct members

Target(UserData *ud, ValueBase::Operations ops, bool new_keys)  

No documentation available

virtual ValueBase::List _meta_call(State *ls, const ValueBase::List &args) const  

This virtual function implements the _meta_call pure function declared in the TargetBase base abstract struct.

virtual bool _meta_contains(State *ls, const Value &key) const  

This virtual function implements the _meta_contains pure function declared in the TargetBase base abstract struct.

virtual Value _meta_index(State *ls, const Value &key) const  

This virtual function implements the _meta_index pure function declared in the TargetBase base abstract struct.

virtual void _meta_newindex(State *ls, const Value &key, const Value &value) const  

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.

virtual Ref<Iterator> _new_iterator(State *ls) const  

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.

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 15:29:54 2013 using MkDoc