DispatchProxy::ProxyIterator class reference
[Base module]
Declaration
#include <QtLua/qtluadispatchproxy.hh>
namespace QtLua {
class DispatchProxy {
class ProxyIterator;
};
};
This class is a member of the DispatchProxy class.
This class is declared in QtLua/qtluadispatchproxy.hh source file, line 204.
This member access is private.
Members
Inherited members
- 30 members inherited from Iterator
Private functions
- ProxyIterator(State *ls, const DispatchProxy &dp)
- bool _more()
- virtual Value get_key() const
- virtual Value get_value() const
- virtual ValueRef get_value_ref()
- virtual bool more() const
- virtual void next()
Private fields
Members detail
ProxyIterator(State *ls, const DispatchProxy &dp)
This constructor is declared in QtLua/qtluadispatchproxy.hh source file, line 207.
This member access is private.
This variable is declared in QtLua/qtluadispatchproxy.hh source file, line 219.
This member access is private.
const DispatchProxy &_dp
This variable is declared in QtLua/qtluadispatchproxy.hh source file, line 217.
This member access is private.
This variable is declared in QtLua/qtluadispatchproxy.hh source file, line 218.
This member access is private.
This function is declared in QtLua/qtluadispatchproxy.hh source file, line 209.
This member access is private.
This variable is declared in QtLua/qtluadispatchproxy.hh source file, line 216.
This member access is private.
virtual Value get_key() const
This virtual function is declared in QtLua/qtluadispatchproxy.hh source file, line 212.
This member access is private.
This virtual function implements the get_key
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is current entry key
virtual Value get_value() const
This virtual function is declared in QtLua/qtluadispatchproxy.hh source file, line 213.
This member access is private.
This virtual function implements the get_value
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is current entry value
virtual ValueRef get_value_ref()
This virtual function is declared in QtLua/qtluadispatchproxy.hh source file, line 214.
This member access is private.
This virtual function implements the get_value_ref
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is reference to current entry value
This virtual function is declared in QtLua/qtluadispatchproxy.hh source file, line 210.
This member access is private.
This virtual function implements the more
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
The return value is true if more entries are available.