enum_reflect

Enum code generator

Generates code for enum classes in C++

A demo repo for enum_traits

GitHub

9 stars
1 watching
0 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
willwray/enum_traits Provides a set of traits and functions to inspect and manipulate properties of C++ enum types 20
fastred/reflectableenum Provides reflection capabilities for Objective-C enumerations 330
ashenblade/enumclass A source generator that creates type-safe classes inspired by Kotlin's enum class 4
engrajabi/enum.source.generator A C# source generator that creates an enumeration class from an enum type without using reflection. 180
blackmatov/enum.hpp A header-only C++17 library providing compile-time enum reflection capabilities 45
quicknir/wise_enum A C++ library that provides a reflective enum implementation 289
aantron/better-enums A compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs. 1,680
dalzhim/articleenumclass-v2 A utility to simplify the creation of bitwise operators for custom enum classes in C++ 20
arturbac/simple_enum Provides efficient support for C++ enumerations with features like type-safe conversions and indexing 21
alkenso/asenum An enumeration library with associated values 20
clarkok/reflect A header-only library for creating runtime reflections of classes and enums 25
hamedfathi/enumerationclassgenerator A C# source generator tool to create enumeration classes from enum types with additional features and customization options. 16
abice/go-enum Generates Go enum types with optional niceties like iota definitions and string implementations. 757
grisumbras/enum-flags Provides a way to work with scoped enums in C++ using bit flags 120
lvyahui8/goenum Automated enumeration type implementation with utility functions. 12