DispatchProxy::TargetBase internal struct members

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

No documentation available

virtual Value::List _meta_call(State &ls, const Value::List &args) const = 0;  

No documentation available

virtual bool _meta_contains(State &ls, const Value &key) const = 0;  

No documentation available

virtual Value _meta_index(State &ls, const Value &key) const = 0;  

No documentation available

virtual void _meta_newindex(State &ls, const Value &key, const Value &value) const = 0;  

No documentation available

virtual Value _meta_operation(State &ls, Value::Operation op, const Value &a, const Value &b) const = 0;  

No documentation available

virtual Ref<Iterator> _new_iterator(State &ls) const = 0;  

No documentation available

bool _new_keys  

No documentation available

Value::Operations _ops  

No documentation available

virtual bool _support(Value::Operation c) const = 0;  

No documentation available

No documentation available

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 22:46:02 2012 using MkDoc