enum_reflect
Enum code generator
Generates code for enum classes in C++
A demo repo for enum_traits
9 stars
1 watching
0 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a set of traits and functions to inspect and manipulate properties of C++ enum types | 20 |
| Provides reflection capabilities for Objective-C enumerations | 331 |
| A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
| A C# source generator that creates an enumeration class from an enum type without using reflection. | 181 |
| A header-only C++17 library providing compile-time enum reflection capabilities | 45 |
| A C++ library that provides a reflective enum implementation | 289 |
| A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. | 1,687 |
| A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
| Provides efficient support for C++ enumerations with features like type-safe conversions and indexing | 22 |
| An enumeration library with associated values | 20 |
| A header-only library for creating runtime reflections of classes and enums | 25 |
| A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
| Generates Go enum types with optional niceties like iota definitions and string implementations. | 771 |
| Provides bit flags for scoped enums in C++11 to treat enum values as sets of flags. | 120 |
| Automated enumeration type implementation with utility functions. | 12 |