Open CASCADE Technology 6.6.0
|
#include <GraphTools_ListIteratorOfListOfSequenceOfInteger.hxx>
Public Member Functions | |
GraphTools_ListIteratorOfListOfSequenceOfInteger () | |
GraphTools_ListIteratorOfListOfSequenceOfInteger (const GraphTools_ListOfSequenceOfInteger &L) | |
void | Initialize (const GraphTools_ListOfSequenceOfInteger &L) |
Standard_Boolean | More () const |
void | Next () |
TColStd_SequenceOfInteger & | Value () const |
GraphTools_ListIteratorOfListOfSequenceOfInteger::GraphTools_ListIteratorOfListOfSequenceOfInteger | ( | ) |
GraphTools_ListIteratorOfListOfSequenceOfInteger::GraphTools_ListIteratorOfListOfSequenceOfInteger | ( | const GraphTools_ListOfSequenceOfInteger & | L | ) |
void GraphTools_ListIteratorOfListOfSequenceOfInteger::Initialize | ( | const GraphTools_ListOfSequenceOfInteger & | L | ) |
Standard_Boolean GraphTools_ListIteratorOfListOfSequenceOfInteger::More | ( | ) | const |
void GraphTools_ListIteratorOfListOfSequenceOfInteger::Next | ( | ) |
TColStd_SequenceOfInteger& GraphTools_ListIteratorOfListOfSequenceOfInteger::Value | ( | ) | const |