#ifndef CollatorOptionsV1_D_H #define CollatorOptionsV1_D_H #include #include #include #include #include "diplomat_runtime.h" #include "CollatorAlternateHandling.d.h" #include "CollatorBackwardSecondLevel.d.h" #include "CollatorCaseFirst.d.h" #include "CollatorCaseLevel.d.h" #include "CollatorMaxVariable.d.h" #include "CollatorNumeric.d.h" #include "CollatorStrength.d.h" typedef struct CollatorOptionsV1 { CollatorStrength_option strength; CollatorAlternateHandling_option alternate_handling; CollatorCaseFirst_option case_first; CollatorMaxVariable_option max_variable; CollatorCaseLevel_option case_level; CollatorNumeric_option numeric; CollatorBackwardSecondLevel_option backward_second_level; } CollatorOptionsV1; typedef struct CollatorOptionsV1_option {union { CollatorOptionsV1 ok; }; bool is_ok; } CollatorOptionsV1_option; #endif // CollatorOptionsV1_D_H