21 #ifndef PRIMARY_INDEX_SPACE_ITERATOR_H 22 #define PRIMARY_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" 71 const std::string& xname);
86 pod_type offset()
const;
168 virtual void reset();
217 virtual bool is_ancestor_of(
const any *other)
const;
222 virtual bool invariant()
const ;
238 #endif // ifndef PRIMARY_INDEX_SPACE_ITERATOR_H 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.
pod_type _offset
The offset into the hub id space.
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...
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
A computed implementation class explicit_index_space_state that is used for the terms of the primary ...
size_type _ct
The number of entries to iterate over.
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.
An implementation of class index_space_iterator for an explicit_index_space_state.
Namespace for the sheaves component of the sheaf system.
Factory and container for a family of id spaces.
An iterator over a gathered id space in which the equivlence between the ids in the space and the hub...