ReflectableEnum
Enum reflection
Provides reflection capabilities for Objective-C enumerations
Reflection for enumerations in Objective-C.
330 stars
12 watching
12 forks
Language: Objective-C
last commit: almost 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
willwray/enum_reflect | Generates code for enum classes in C++ | 9 |
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,672 |
schemaplus/schema_plus_enums | An ActiveRecord extension for supporting enum data types in Ruby on Rails applications. | 14 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
adzap/active_enum | Defines enum classes in Rails to enumerate ActiveRecord attributes with I18n support | 125 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
ardalis/smartenum | A type-safe alternative to C# enums that supports various serialization and ORM frameworks. | 2,195 |
arturbac/simple_enum | A library providing efficient and type-safe C++ enumeration support features | 21 |
ekmett/reflection | Provides a way to represent and manipulate arbitrary Haskell code structure using a reflection mechanism | 102 |
alkenso/asenum | An enumeration library with associated values | 20 |
amatsuda/stateful_enum | Simplifies state machine management with Rails and ActiveRecord | 623 |
dalzhim/articleenumclass-v2 | A utility to simplify the creation of bitwise operators for custom enum classes in C++ | 20 |