Source code

Revision control

Copy as Markdown

Other Tools

#ifndef CollatorResolvedOptionsV1_D_H
#define CollatorResolvedOptionsV1_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
#include "CollatorAlternateHandling.d.h"
#include "CollatorCaseFirst.d.h"
#include "CollatorCaseLevel.d.h"
#include "CollatorMaxVariable.d.h"
#include "CollatorNumericOrdering.d.h"
#include "CollatorStrength.d.h"
typedef struct CollatorResolvedOptionsV1 {
CollatorStrength strength;
CollatorAlternateHandling alternate_handling;
CollatorCaseFirst case_first;
CollatorMaxVariable max_variable;
CollatorCaseLevel case_level;
CollatorNumericOrdering numeric;
} CollatorResolvedOptionsV1;
typedef struct CollatorResolvedOptionsV1_option {union { CollatorResolvedOptionsV1 ok; }; bool is_ok; } CollatorResolvedOptionsV1_option;
#endif // CollatorResolvedOptionsV1_D_H