20 #ifndef POSET_MEMBER_ITERATOR_H 21 #define POSET_MEMBER_ITERATOR_H 23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 27 #ifndef TOTAL_POSET_MEMBER_H 28 #include "SheafSystem/total_poset_member.h" 47 virtual bool is_done()
const = 0;
52 virtual void next() = 0;
57 virtual void reset() = 0;
62 #endif // ifndef POSET_MEMBER_ITERATOR_H
Namespace for the sheaves component of the sheaf system.
A client handle for an unrestricted member of a poset. A total_poset_member is guaranteed not to be r...