C++ Reference

C++ Reference: Routing

Detailed Description

Definition at line 3957 of file constraint_solver.h.

Public Member Functions

int64 operator* () const
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 

Static Public Member Functions

static Iterator Begin (IntVarIterator *it)
 These are the only way to construct an Iterator. More...
 
static Iterator End (IntVarIterator *it)
 

Member Function Documentation

◆ Begin()

static Iterator Begin ( IntVarIterator it)
inlinestatic

These are the only way to construct an Iterator.

Definition at line 3959 of file constraint_solver.h.

◆ End()

static Iterator End ( IntVarIterator it)
inlinestatic

Definition at line 3962 of file constraint_solver.h.

◆ operator!=()

bool operator!= ( const Iterator other) const
inline

Definition at line 3975 of file constraint_solver.h.

◆ operator*()

int64 operator* ( ) const
inline

Definition at line 3966 of file constraint_solver.h.

◆ operator++()

Iterator & operator++ ( )
inline

Definition at line 3970 of file constraint_solver.h.


The documentation for this struct was generated from the following file: