SheafSystem  0.0.0.0
primitives_schema_member_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 primitives_schema_member_index facet of namespace sheaf.
19 
20 #ifndef PRIMITIVES_SCHEMA_MEMBER_INDEX_H
21 #define PRIMITIVES_SCHEMA_MEMBER_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  PRIMITIVES_SCHEMA_MEMBER_INDEX_BEGIN = 2, // Must be same as first std id.
44  SIZE_INDEX = 2,
45  ALIGNMENT_INDEX, // 3
46  INDEX_INDEX, // 4
47  PRIMITIVES_SCHEMA_MEMBER_INDEX_END, // Must be one more than last std id.
48  NOT_A_PRIMITIVES_SCHEMA_MEMBER_INDEX = INT_MAX
49 };
50 
55  PRIMITIVES_SCHEMA_MEMBER_INDEX_END - PRIMITIVES_SCHEMA_MEMBER_INDEX_BEGIN;
56 
57 
62 
66 SHEAF_DLL_SPEC const std::string& primitives_schema_member_index_to_name(primitives_schema_member_index xpt);
67 
71 SHEAF_DLL_SPEC primitives_schema_member_index primitives_schema_member_index_from_name(const std::string& xname);
72 
77 
81 SHEAF_DLL_SPEC bool is_primitives_schema_member_index(pod_index_type xindex);
82 
83 } // namespace sheaf
84 
85 #endif // ifndef PRIMITIVES_SCHEMA_MEMBER_INDEX_H
86 
87 
88 
89 
90 
91 
primitives_schema_member_index
Ids for standard poset members.
SHEAF_DLL_SPEC primitives_schema_member_index primitives_schema_member_index_from_name(const std::string &xname)
The enumerator with name xname.
const int PRIMITIVES_SCHEMA_DOF_CT
Number of dofs defined by primitives schema.
SHEAF_DLL_SPEC bool is_primitives_schema_member_index(pod_index_type xindex)
True if xindex is a valid primitive index.
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 const std::string & primitives_schema_member_index_to_name(primitives_schema_member_index xpt)
The name of the enumerator xpt.
SHEAF_DLL_SPEC primitives_schema_member_index primitives_schema_member_index_from_index(pod_index_type xindex)
The enumerator corresponding to primitive index xindex.