DispatchProxy::Target internal struct members

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

No documentation available

virtual Value::List _meta_call(State &ls, const Value::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, Value::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(Value::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 Sun Jan 8 22:46:02 2012 using MkDoc