21 #ifndef HUB_INDEX_SPACE_ITERATOR_H 22 #define HUB_INDEX_SPACE_ITERATOR_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef EXPLICIT_INDEX_SPACE_ITERATOR_H 29 #include "SheafSystem/explicit_index_space_iterator.h" 32 #ifndef STD_UNORDERED_MAP_H 33 #include "SheafSystem/std_unordered_map.h" 39 class interval_set_iterator;
76 const std::string& xname);
93 typedef unordered::unordered_map<pod_type, pod_type>
rem_type;
168 virtual void reset();
217 virtual bool is_ancestor_of(
const any *other)
const;
222 virtual bool invariant()
const;
239 #endif // ifndef HUB_INDEX_SPACE_ITERATOR_H An iterator over the integers in an interval_set.
virtual void attach_to(pod_type xindex)
Attach to the state with index xindex in the id space family id_spaces().
An abstract iterator over the ids of an id space.
interval_set_iterator * _mbr_itr
Iterator over the members.
Abstract base class with useful features for all objects.
An immutable abstract state for a space of alternate integer identifiers (aliases) for a subset of th...
virtual bool conforms_to_state(const index_space_collection &xhost, pod_type xlocal_id) const
True if this conforms to the handle type required by the state with local scope id xlocal_id in the h...
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.
unordered::unordered_map< pod_type, pod_type > rem_type
The type of rem map.
An implementation of class index_space_iterator for an explicit_index_space_state.
Namespace for the sheaves component of the sheaf system.
An implementation of class sum_index_space_state intended for use as the sum of the primary id spaces...
Factory and container for a family of id spaces.
An iterator over an id space which is the sum of the primary id spaces.
pod_index_type pod_type
The "plain old data" index type for this.
const rem_type * _rem
The reflexive reduction of the rem map.