21 #ifndef RECORD_QUEUE_H 22 #define RECORD_QUEUE_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/any.h" 33 #include "SheafSystem/pod_types.h" 37 #include "SheafSystem/std_queue.h" 94 bool is_empty()
const;
111 std::queue<pod_index_type> _record_queue;
134 virtual bool invariant()
const;
139 virtual bool is_ancestor_of(
const any* other)
const;
151 #endif // ifndef RECORD_QUEUE_H Abstract base class with useful features for all objects.
A queue for record read requests.
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.