WeekdaySetIterator.h (576B)
1 #ifndef WeekdaySetIterator_H 2 #define WeekdaySetIterator_H 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include "diplomat_runtime.h" 9 10 #include "Weekday.d.h" 11 12 #include "WeekdaySetIterator.d.h" 13 14 15 16 17 18 19 typedef struct icu4x_WeekdaySetIterator_next_mv1_result {union {Weekday ok; }; bool is_ok;} icu4x_WeekdaySetIterator_next_mv1_result; 20 icu4x_WeekdaySetIterator_next_mv1_result icu4x_WeekdaySetIterator_next_mv1(WeekdaySetIterator* self); 21 22 void icu4x_WeekdaySetIterator_destroy_mv1(WeekdaySetIterator* self); 23 24 25 26 27 28 #endif // WeekdaySetIterator_H