#include <Dico_IteratorOfDictionaryOfInteger.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Dico_IteratorOfDictionaryOfInteger (const Handle(Dico_DictionaryOfInteger)&acell) |
Standard_EXPORT | Dico_IteratorOfDictionaryOfInteger (const Handle(Dico_DictionaryOfInteger)&acell, const Standard_CString basename) |
Standard_EXPORT | Dico_IteratorOfDictionaryOfInteger (const Handle(Dico_DictionaryOfInteger)&acell, const TCollection_AsciiString &basename) |
Standard_EXPORT void | Start () |
Standard_EXPORT Standard_Boolean | More () |
Standard_EXPORT void | Next () |
Standard_EXPORT const Standard_Integer & | Value () const |
Standard_EXPORT TCollection_AsciiString | Name () const |
Private Member Functions | |
Standard_EXPORT void | AppendStack (const Handle(Dico_DictionaryOfInteger)&val) |
Private Attributes | |
Handle_Dico_DictionaryOfInteger | thebase |
TCollection_AsciiString | thename |
Handle_Dico_StackItemOfDictionaryOfInteger | thelast |
Standard_Integer | thenb |
Standard_Boolean | themore |
Standard_Boolean | theinit |
Standard_Boolean | thenext |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|