[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master eb666c3 6/8: Sort enumerations in ASCII order
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master eb666c3 6/8: Sort enumerations in ASCII order |
Date: |
Wed, 13 Mar 2019 20:23:31 -0400 (EDT) |
branch: master
commit eb666c3e222275a0258f005ec51c92693db2333b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Sort enumerations in ASCII order
The number 'seven' begins with 's', but the character '7' does not
come between 'pqr' and 'tuv'.
---
oecumenic_enumerations.hpp | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/oecumenic_enumerations.hpp b/oecumenic_enumerations.hpp
index 0ff584d..bb891cd 100644
--- a/oecumenic_enumerations.hpp
+++ b/oecumenic_enumerations.hpp
@@ -28,6 +28,28 @@
enum {methuselah = 969};
+enum oenum_7702_7pp_whence
+ {oe_7702_7pp_first_principles
+ ,oe_7702_7pp_from_table
+ };
+
+enum oenum_7702_corr_whence
+ {oe_7702_corr_first_principles
+ ,oe_7702_corr_from_table
+ };
+
+enum oenum_7702_nsp_whence
+ {oe_7702_nsp_first_principles
+ ,oe_7702_nsp_from_table
+ ,oe_7702_nsp_reciprocal_cvat_corridor
+ };
+
+enum oenum_7702_term
+ {oe_7702_term_is_ignored
+ ,oe_7702_term_is_db
+ ,oe_7702_term_is_qab
+ };
+
enum oenum_alb_or_anb
{oe_age_last_birthday
,oe_age_nearest_birthday_ties_younger
@@ -126,28 +148,6 @@ enum oenum_smoking_or_tobacco
,oe_tobacco_nontobacco
};
-enum oenum_7702_corr_whence
- {oe_7702_corr_first_principles
- ,oe_7702_corr_from_table
- };
-
-enum oenum_7702_nsp_whence
- {oe_7702_nsp_first_principles
- ,oe_7702_nsp_from_table
- ,oe_7702_nsp_reciprocal_cvat_corridor
- };
-
-enum oenum_7702_7pp_whence
- {oe_7702_7pp_first_principles
- ,oe_7702_7pp_from_table
- };
-
-enum oenum_7702_term
- {oe_7702_term_is_ignored
- ,oe_7702_term_is_db
- ,oe_7702_term_is_qab
- };
-
enum oenum_visibility
{oe_shown
,oe_hidden
- [lmi-commits] [lmi] master updated (8d3e8f1 -> 2a0eee9), Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master eb666c3 6/8: Sort enumerations in ASCII order,
Greg Chicares <=
- [lmi-commits] [lmi] master 2b92ab5 7/8: Initialize enumerative database entities with enumerators, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master b0e83f8 4/8: Make premium-tax amortization period an integral number of years, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master f042aba 1/8: Add enumerations for certain 7702 and 7702A parameters, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master 772f718 2/8: Regularize alignment, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master 37ea3dc 5/8: Fix defect introduced 20190305T2317Z: coordination oversight, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master 585708d 3/8: Represent floating-point numbers consistently, Greg Chicares, 2019/03/13
- [lmi-commits] [lmi] master 2a0eee9 8/8: Indicate whether 7702 mortality varies by age or gender, Greg Chicares, 2019/03/13