20 #ifndef STANDARD_VERSION_INDEX_H 21 #define STANDARD_VERSION_INDEX_H 23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/std_climits.h" 32 #include "SheafSystem/pod_types.h" 43 STANDARD_VERSION_INDEX_BEGIN = -4,
44 CURRENT_MEMBER_VERSION = -4,
46 COARSEST_COMMON_REFINEMENT_VERSION,
47 STANDARD_VERSION_INDEX_END,
48 NOT_A_STANDARD_VERSION_INDEX = INT_MAX
78 #endif // ifndef STANDARD_VERSION_INDEX_H SHEAF_DLL_SPEC const std::string & standard_version_index_to_name(standard_version_index xpt)
The name of the enumerator xpt.
SHEAF_DLL_SPEC bool is_standard_version_index(pod_index_type xindex)
True if xindex is a valid primitive index.
standard_version_index
Ids for standard poset versions.
int_type pod_index_type
The plain old data index type.
SHEAF_DLL_SPEC standard_version_index standard_version_index_from_index(pod_index_type xindex)
The enumerator corresponding to primitive index xindex.
Namespace for the sheaves component of the sheaf system.
SHEAF_DLL_SPEC namespace_member_index & operator++(namespace_member_index &x)
Prefix increment operator for namespace_member_index.
SHEAF_DLL_SPEC standard_version_index standard_version_index_from_name(const std::string &xname)
The enumerator with name xname.