QLinkedListProxy::ProxyIterator class reference
[Container proxies module]
Declaration
This class is for internal use only.
#include <QtLua/qtluaqlinkedlistproxy.hh>
namespace QtLua {
template <typename Container> class QLinkedListProxy {
class ProxyIterator;
};
};
This class is a member of the QLinkedListProxy class.
This class is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 71.
This member access is private.
Description
Members
Inherited members
- 30 members inherited from Iterator
Types
Function
- ProxyIterator(State *ls, const Ref<QLinkedListProxy> &proxy)
Private functions
- 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 Ref<QLinkedListProxy> &proxy)
This constructor is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 74.
This variable is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 86.
This member access is private.
This variable is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 85.
This member access is private.
This variable is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 83.
This member access is private.
Ref<QLinkedListProxy> _proxy
This variable is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 84.
This member access is private.
typedef Ref<const QLinkedListProxy::ProxyIterator, QLinkedListProxy::ProxyIterator> const_ptr
This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 3 in QtLua/qtluaqlinkedlistproxy.hh source file, line 73.
Shortcut for Ref smart pointer class to ProxyIterator type provided for convenience
virtual Value get_key() const
This virtual function is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 79.
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/qtluaqlinkedlistproxy.hh source file, line 80.
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/qtluaqlinkedlistproxy.hh source file, line 81.
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/qtluaqlinkedlistproxy.hh source file, line 77.
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.
This virtual function is declared in QtLua/qtluaqlinkedlistproxy.hh source file, line 78.
This member access is private.
This virtual function implements the next
pure function declared in the Iterator
base abstract class.
Documentation inherited from base class:
Jump to next entry.
typedef Ref<QLinkedListProxy::ProxyIterator, QLinkedListProxy::ProxyIterator> ptr
This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 5 in QtLua/qtluaqlinkedlistproxy.hh source file, line 73.
Shortcut for Ref smart pointer class to ProxyIterator type provided for convenience