21 #ifndef OFFSET_INDEX_SPACE_STATE_H 22 #define OFFSET_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 offset_index_space_handle;
40 class offset_index_space_iterator;
67 const std::string& xname,
78 const std::string& xname,
128 pod_type offset()
const;
181 virtual bool contains(pod_type xid)
const;
186 virtual bool contains_unglued_hub(pod_type xid)
const;
191 virtual pod_type pod(pod_type xid)
const;
196 virtual pod_type unglued_hub_pod(pod_type xid)
const;
220 static size_type handle_pool_deep_size();
265 static size_type iterator_pool_deep_size();
305 virtual const std::string& class_name()
const;
319 static bool make_prototype();
334 virtual bool is_ancestor_of(
const any *other)
const;
339 virtual bool invariant()
const;
361 #endif // ifndef OFFSET_INDEX_SPACE_STATE_H pod_type _offset
The offset into the hub id space.
An abstract iterator over the ids of an id space.
The default name space; a poset which contains other posets as members.
An implementation of class explicit_index_space_handle that has a offset id space state...
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.
A computed implementation of abstract class explicit_index_space_state. This representation assumes t...
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.
Namespace for the sheaves component of the sheaf system.
Factory and container for a family of id spaces.
offset_index_space_state(const offset_index_space_state &xother)
Copy constructor; disabled.
A reallocated pool of objects of type T. Objects in the pool are either allocated or stored in a free...