SheafSystem  0.0.0.0
standard_subposet_index.h
1 
2 //
3 // Copyright (c) 2014 Limit Point Systems, Inc.
4 //
5 // Licensed under the Apache License, Version 2.0 (the "License");
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 // http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17 
18 // Declarations for standard_subposet_index facet of namespace sheaf.
19 
20 #ifndef STANDARD_SUBPOSET_INDEX_H
21 #define STANDARD_SUBPOSET_INDEX_H
22 
23 #ifndef SHEAF_DLL_SPEC_H
24 #include "SheafSystem/sheaf_dll_spec.h"
25 #endif
26 
27 #ifndef STD_CLIMITS_H
28 #include "SheafSystem/std_climits.h"
29 #endif
30 
31 #ifndef POD_TYPES_H
32 #include "SheafSystem/pod_types.h"
33 #endif
34 
35 namespace sheaf
36 {
37 
42 {
43  STANDARD_SUBPOSET_INDEX_BEGIN = -2, // Must be first
44  TOC_INDEX = -2,
45  STANDARD_SUBPOSET_INDEX_PLACEHOLDER_MINUS_1, // -1
46  JIMS_INDEX, // 0
47 
52 
54  RESIDENT_INDEX, //2
55  STANDARD_SUBPOSET_INDEX_END, // Must be one more than last std id.
56  NOT_A_STANDARD_SUBPOSET_INDEX = INT_MAX
57 };
58 
63 
67 SHEAF_DLL_SPEC const std::string& standard_subposet_index_to_name(standard_subposet_index xpt);
68 
72 SHEAF_DLL_SPEC standard_subposet_index standard_subposet_index_from_name(const std::string& xname);
73 
78 
82 SHEAF_DLL_SPEC bool is_standard_subposet_index(pod_index_type xindex);
83 
84 } // namespace sheaf
85 
86 #endif // ifndef STANDARD_SUBPOSET_INDEX_H
87 
88 
89 
90 
91 
92 
SHEAF_DLL_SPEC const std::string & standard_subposet_index_to_name(standard_subposet_index xpt)
The name of the enumerator xpt.
SHEAF_DLL_SPEC bool is_standard_subposet_index(pod_index_type xindex)
True if xindex is a valid primitive index.
SHEAF_DLL_SPEC standard_subposet_index standard_subposet_index_from_name(const std::string &xname)
The enumerator with name xname.
standard_subposet_index
Ids for standard subposets.
int_type pod_index_type
The plain old data index type.
Definition: pod_types.h:49
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_subposet_index standard_subposet_index_from_index(pod_index_type xindex)
The enumerator corresponding to primitive index xindex.