21 #ifndef IMPLICIT_INDEX_SPACE_ITERATOR_H 22 #define IMPLICIT_INDEX_SPACE_ITERATOR_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef INDEX_SPACE_ITERATOR_H 29 #include "SheafSystem/index_space_iterator.h" 35 class implicit_index_space_state;
138 virtual bool is_attached()
const;
145 virtual void attach_to(
pod_type xindex);
150 virtual void detach();
169 virtual bool is_ancestor_of(
const any *other)
const;
174 virtual bool invariant()
const;
191 #endif // ifndef IMPLICIT_INDEX_SPACE_ITERATOR_H An abstract iterator over the ids of an id space.
Abstract base class with useful features for all objects.
void attach_to(const index_space_family &xid_spaces, pod_type xindex)
Attach to the state with index xindex in the id space family xid_spaces.
An implementation of class index_space_iterator for id spaces that are implicitly represtented...
A collection of id space states. This is a virtual class with provides an interface for accessing the...
bool operator==(const singly_linked_list< T, Alloc > &lhs, const singly_linked_list< T, Alloc > &rhs)
Checks if the contents of lhs and rhs are equal, that is, whether lhs.size() == rhs.size() and each element in lhs compares equal with the element in rhs at the same position.
const index_space_collection * _host
The host collection.
Namespace for the sheaves component of the sheaf system.
pod_type _local_id
The id of this space in the local host id space.
pod_index_type pod_type
The "plain old data" index type for this.