Go to the documentation of this file.
27 #ifndef __SALOMEDSClient_CHILDITERATOR_H__
28 #define __SALOMEDSClient_CHILDITERATOR_H__
38 virtual void Init() = 0;
39 virtual void InitEx(
bool) = 0;
40 virtual bool More() = 0;
41 virtual void Next() = 0;