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: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,215 |
| 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 |
| An enumeration library with associated values | 20 |
| Improves C# enum usability and performance by adding extension methods and attributes. | 39 |
| A tool that generates helper classes to map enums and their description attributes at compile-time. | 23 |
| Provides efficient support for C++ enumerations with features like type-safe conversions and indexing | 22 |
| A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |
| An enumeration library for Ruby that integrates I18n support and supports various databases including ActiveRecord, Mongoid, MongoMapper/Sequel. | 1,741 |
| A C# source generator that creates an enumeration class from an enum type without using reflection. | 181 |
| Automated enumeration type implementation with utility functions. | 12 |
| A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
| Generates code for enum classes in C++ | 9 |
| An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
| Automatically generates a faster enum to string conversion method | 31 |