Class for ModelIter instances.
iter. The variable argument
list should contain integer column numbers, each column column number followed by a place to store the value being retrieved. The list
is terminated by a -1.
iter points to.
value to that at column. When done with value
, unset needs to be called to free any allocated memory.
iter to point at the next position in the model. The model implementation
should take into account the presence of a filter function.
iter to point at the previous position in the model. The model implementation
should take into account the presence of a filter function.
iter. The variable argument
list should contain integer column numbers, each column column number followed by the value to be set. The list is terminated by a -1.
iter and column. The type of
value must be convertable to the type of the column.
