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: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
willwray/enum_traitsProvides a set of traits and functions to inspect and manipulate properties of C++ enum types20
fastred/reflectableenumProvides reflection capabilities for Objective-C enumerations331
ashenblade/enumclassA source generator that creates type-safe classes inspired by Kotlin's enum class4
engrajabi/enum.source.generatorA C# source generator that creates an enumeration class from an enum type without using reflection.181
blackmatov/enum.hppA header-only C++17 library providing compile-time enum reflection capabilities45
quicknir/wise_enumA C++ library that provides a reflective enum implementation289
aantron/better-enumsA compile-time enum library with reflection capabilities, allowing for clean syntax and flexible use in C++ programs.1,687
dalzhim/articleenumclass-v2A utility to simplify the creation of bitwise operators for custom enum classes in C++20
arturbac/simple_enumProvides efficient support for C++ enumerations with features like type-safe conversions and indexing22
alkenso/asenumAn enumeration library with associated values20
clarkok/reflectA header-only library for creating runtime reflections of classes and enums25
hamedfathi/enumerationclassgeneratorA C# source generator tool to create enumeration classes from enum types with additional features and customization options.16
abice/go-enumGenerates Go enum types with optional niceties like iota definitions and string implementations.771
grisumbras/enum-flagsProvides bit flags for scoped enums in C++11 to treat enum values as sets of flags.120
lvyahui8/goenumAutomated enumeration type implementation with utility functions.12