smartenum
Enum helper
A header file providing macros to simplify the declaration and use of enums in C++ with automatic string conversion and iteration support.
Macros for declaring enums in C++ that include to_string conversion and looping through all enum values
62 stars
7 watching
8 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,195 |
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,672 |
alkenso/asenum | An enumeration library with associated values | 20 |
ceiridge/betterenums | Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
leoformaggi/enum-utilities-generator | A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
brainspec/enumerize | An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,739 |
engrajabi/enum.source.generator | A C# source generator that creates an enumeration class from an enum type without using reflection. | 180 |
lvyahui8/goenum | Automated enumeration type implementation with utility functions. | 12 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
spinnernicholas/enumfasttostringdotnet | Automatically generates a faster enum to string conversion method | 31 |