UserObject::UserObjectIterator class reference
[Base module]


 
 

 
 


 
 

 
 


 
 

 
 


 
 

 
 

UserObject::UserObjectIterator

Declaration  

This class is for internal use only.

#include <QtLua/qtluauserobject.hh>

namespace QtLua {
template <typename T> class UserObject {
class UserObjectIterator;
};
};

This class is a member of the UserObject class.

This class is declared in QtLua/qtluauserobject.hh source file, line 68.

This member access is private.

Members  

Inherited members  

Types  

Function  

Private functions  

Private fields  

Members detail  

UserObjectIterator(State *ls, const Ref<UserObject> &obj)  

This constructor is declared in QtLua/qtluauserobject.hh source file, line 71.

size_t _index  

This variable is declared in QtLua/qtluauserobject.hh source file, line 82.

This member access is private.

This variable is declared in QtLua/qtluauserobject.hh source file, line 80.

This member access is private.

This variable is declared in QtLua/qtluauserobject.hh source file, line 81.

This member access is private.

typedef Ref<const UserObject::UserObjectIterator, UserObject::UserObjectIterator> const_ptr  

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

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

virtual Value get_key() const  

This virtual function is declared in QtLua/qtluauserobject.hh source file, line 76.

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/qtluauserobject.hh source file, line 77.

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/qtluauserobject.hh source file, line 78.

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

virtual bool more() const  

This virtual function is declared in QtLua/qtluauserobject.hh source file, line 74.

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.

virtual void next()  

This virtual function is declared in QtLua/qtluauserobject.hh source file, line 75.

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<UserObject::UserObjectIterator, UserObject::UserObjectIterator> ptr  

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

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

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