21 #ifndef SINGLETON_INDEX_SPACE_ITERATOR_H 22 #define SINGLETON_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" 70 const std::string& xname);
157 virtual void reset();
206 virtual bool is_ancestor_of(
const any *other)
const;
211 virtual bool invariant()
const ;
227 #endif // ifndef SINGLETON_INDEX_SPACE_ITERATOR_H An iterator over an id space in which contains only one id.
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.
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...
pod_type _hub_begin
The hub id of the singleton id.
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.
An implementation of explicit_index_space_state for an id space containing a single id...
Factory and container for a family of id spaces.
pod_index_type pod_type
The "plain old data" index type for this.