C++ Reference: class IntVarIterator

Note: This documentation is automatically generated.

Method
DebugString

Return type: std::string

Pretty Print.

Init

Return type: virtual void

This method must be called before each loop.

~IntVarIterator

Next

Return type: virtual void

This method moves the iterator to the next value.

Ok

Return type: virtual bool

This method indicates if we can call Value() or not.

Value

Return type: virtual int64_t

This method returns the current value of the iterator.