C++ Reference

C++ Reference: Graph

ElementIterator< Set >

Detailed Description

template<typename Set>
class operations_research::ElementIterator< Set >

Definition at line 104 of file hamiltonian_path.h.

Public Member Functions

 ElementIterator (Set set)
 
bool operator!= (const ElementIterator &other) const
 
int operator* () const
 
const ElementIteratoroperator++ ()
 

Constructor & Destructor Documentation

◆ ElementIterator()

ElementIterator ( Set  set)
inlineexplicit

Definition at line 106 of file hamiltonian_path.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const ElementIterator< Set > &  other) const
inline

Definition at line 107 of file hamiltonian_path.h.

◆ operator*()

int operator* ( ) const
inline

Definition at line 112 of file hamiltonian_path.h.

◆ operator++()

const ElementIterator& operator++ ( )
inline

Definition at line 115 of file hamiltonian_path.h.


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