QHashProxyRo<plugin_map_t>::ProxyIterator class reference
[Container proxies module]


 
 

 
 


 
 

 
 


 
 

 
 


 
 

 
 


Declaration  

This class is for internal use only.

#include <QtLua/qtluaqhashproxy.hh>

namespace QtLua {
QHashProxyRo {
class ProxyIterator;
};
};

This class is a member of the QHashProxyRo<plugin_map_t> class.

This class is declared in QtLua/qtluaqhashproxy.hh source file, line 86.

This member access is private.

Description  

QHashProxyRo iterator class

Members  

Inherited members  

Types  

Function  

Private functions  

Private fields  

  • ::QtLua::plugin_map_t::iterator _it
  • QPointer<State> _ls
  • Ref<QHashProxyRo> _proxy

Members detail  

ProxyIterator(State *ls, const Ref<QHashProxyRo> &proxy)  

This constructor is declared in QtLua/qtluaqhashproxy.hh source file, line 89.

::QtLua::plugin_map_t::iterator _it  

This variable is declared in QtLua/qtluaqhashproxy.hh source file, line 100.

This member access is private.

This variable is declared in QtLua/qtluaqhashproxy.hh source file, line 98.

This member access is private.

This variable is declared in QtLua/qtluaqhashproxy.hh source file, line 99.

This member access is private.

typedef Ref<const QHashProxyRo::ProxyIterator, QHashProxyRo::ProxyIterator> const_ptr  

This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 3 in QtLua/qtluaqhashproxy.hh source file, line 88.

Shortcut for Ref smart pointer class to ProxyIterator type provided for convenience

virtual Value get_key() const  

This virtual function is declared in QtLua/qtluaqhashproxy.hh source file, line 94.

This member access is private.

Documentation inherited from base class:

The return value is current entry key

virtual Value get_value() const  

This virtual function is declared in QtLua/qtluaqhashproxy.hh source file, line 95.

This member access is private.

Documentation inherited from base class:

The return value is current entry value

virtual ValueRef get_value_ref()  

This virtual function is declared in QtLua/qtluaqhashproxy.hh source file, line 96.

This member access is private.

Documentation inherited from base class:

The return value is reference to current entry value

virtual bool more() const  

This virtual function is declared in QtLua/qtluaqhashproxy.hh source file, line 92.

This member access is private.

Documentation inherited from base class:

The return value is true if more entries are available.

virtual void next()  

This virtual function is declared in QtLua/qtluaqhashproxy.hh source file, line 93.

This member access is private.

Documentation inherited from base class:

Jump to next entry.

typedef Ref<QHashProxyRo::ProxyIterator, QHashProxyRo::ProxyIterator> ptr  

This typedef is declared in QTLUA_REFTYPE function like macro expansion, line 5 in QtLua/qtluaqhashproxy.hh source file, line 88.

Shortcut for Ref smart pointer class to ProxyIterator type provided for convenience

Valid XHTML 1.0 StrictGenerated by diaxen on Sat Mar 30 16:23:03 2013 using MkDoc