Open CASCADE Technology
6.9.1
|
#include <Dico_IteratorOfDictionaryOfInteger.hxx>
Public Member Functions | |
Dico_IteratorOfDictionaryOfInteger (const Handle< Dico_DictionaryOfInteger > &acell) | |
Dico_IteratorOfDictionaryOfInteger (const Handle< Dico_DictionaryOfInteger > &acell, const Standard_CString basename) | |
Dico_IteratorOfDictionaryOfInteger (const Handle< Dico_DictionaryOfInteger > &acell, const TCollection_AsciiString &basename) | |
void | Start () |
Standard_Boolean | More () |
void | Next () |
const Standard_Integer & | Value () const |
TCollection_AsciiString | Name () const |
Dico_IteratorOfDictionaryOfInteger::Dico_IteratorOfDictionaryOfInteger | ( | const Handle< Dico_DictionaryOfInteger > & | acell | ) |
Dico_IteratorOfDictionaryOfInteger::Dico_IteratorOfDictionaryOfInteger | ( | const Handle< Dico_DictionaryOfInteger > & | acell, |
const Standard_CString | basename | ||
) |
Dico_IteratorOfDictionaryOfInteger::Dico_IteratorOfDictionaryOfInteger | ( | const Handle< Dico_DictionaryOfInteger > & | acell, |
const TCollection_AsciiString & | basename | ||
) |
Standard_Boolean Dico_IteratorOfDictionaryOfInteger::More | ( | ) |
TCollection_AsciiString Dico_IteratorOfDictionaryOfInteger::Name | ( | ) | const |
void Dico_IteratorOfDictionaryOfInteger::Next | ( | ) |
void Dico_IteratorOfDictionaryOfInteger::Start | ( | ) |
const Standard_Integer& Dico_IteratorOfDictionaryOfInteger::Value | ( | ) | const |