21 #ifndef PRIMITIVES_INDEX_SPACE_STATE_H 22 #define PRIMITIVES_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 primitives_index_space_handle;
40 class primitives_index_space_iterator;
64 const std::string& xname);
73 const std::string& xname);
150 virtual bool contains(
pod_type xid)
const;
155 virtual bool contains_unglued_hub(
pod_type xid)
const;
189 static size_type handle_pool_deep_size();
234 static size_type iterator_pool_deep_size();
274 virtual const std::string& class_name()
const;
288 static bool make_prototype();
303 virtual bool is_ancestor_of(
const any *other)
const;
308 virtual bool invariant()
const;
330 #endif // ifndef PRIMITIVES_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.
A implementation of abstract class explicit_index_space_state for the primitives row dof id space...
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.
primitives_index_space_state(const primitives_index_space_state &xother)
Copy constructor; disabled.
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 primitives id space state...
pod_index_type pod_type
The "plain old data" index type for this.
Namespace for the sheaves component of the sheaf system.
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...