21 #ifndef SINGLETON_INDEX_SPACE_STATE_H 22 #define SINGLETON_INDEX_SPACE_STATE_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/list_pool.h" 32 #ifndef EXPLICIT_INDEX_SPACE_STATE_H 33 #include "SheafSystem/explicit_index_space_state.h" 39 class singleton_index_space_handle;
40 class singleton_index_space_iterator;
65 const std::string& xname,
75 const std::string& xname,
124 pod_type hub_id()
const;
177 virtual bool contains(pod_type xid)
const;
182 virtual bool contains_unglued_hub(pod_type xid)
const;
187 virtual pod_type pod(pod_type xid)
const;
192 virtual pod_type unglued_hub_pod(pod_type xid)
const;
216 static size_type handle_pool_deep_size();
261 static size_type iterator_pool_deep_size();
301 virtual const std::string& class_name()
const;
315 static bool make_prototype();
330 virtual bool is_ancestor_of(
const any *other)
const;
335 virtual bool invariant()
const;
357 #endif // ifndef SINGLETON_INDEX_SPACE_STATE_H An abstract iterator over the ids of an id space.
The default name space; a poset which contains other posets as members.
An abstract handle to a space of alternate integer identifiers (aliases) for a subset of a hub set of...
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...
SHEAF_DLL_SPEC size_t deep_size(const dof_descriptor_array &xp, bool xinclude_shallow=true)
The deep size of the referenced object of type dof_descriptor_array.
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
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 explicit_index_space_handle that has a singleton id space state...
singleton_index_space_state(const singleton_index_space_state &xother)
Copy constructor; disabled.
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.
A reallocated pool of objects of type T. Objects in the pool are either allocated or stored in a free...