.NET-like Reflection Support for Enums in C++
Posted by: The Code Project Latest Articles,
on 27 Sep 2010 |
View original | Bookmarked: 0 time(s)
This article provides a macro + template solution to support .NET-like Reflection for enums such as ToString, IsDefined, Parse, GetValues, GetNames....