Value::iterator struct reference
[Base module]

Declaration  

#include <QtLua/Value>

namespace QtLua {
class Value {
struct iterator;
};
};

This struct is a member of the Value class.

Description  

This iterator class allows iteration through table like lua values directly from C++ code. Assignation of ValueRef object returned by Value::iterator::value modify traversed container.

See also Value::const_iterator struct.

Members  

Type  

Functions  

Members detail  

iterator()  

Create an uninitialized Value::iterator.

ValueRef operator*()  

See Value::iterator::value function.

ValueRef value()  

Get modifiable reference to current entry value.

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