mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
Move Nameof to Reflection section (#720)
This commit is contained in:
committed by
myd7349
parent
dae06f2669
commit
5143fc3906
@@ -659,6 +659,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua
|
||||
* [clReflect](https://bitbucket.org/dwilliamson/clreflect) - C++ Reflection using clang. [MIT]
|
||||
* [CPFG](https://github.com/cpgf/cpgf) - A C++03 library for reflection, callback and script binding. [Apache2] [website](http://www.cpgf.org/)
|
||||
* [CPP-Reflection](https://github.com/AustinBrunkhorst/CPP-Reflection) - C++ Reflection using clang. [MIT]
|
||||
* [Nameof](https://github.com/Neargye/nameof) - Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT]
|
||||
* [Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT]
|
||||
* [RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT] [website](http://www.rttr.org)
|
||||
|
||||
@@ -806,7 +807,6 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua
|
||||
* [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2]
|
||||
* [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD]
|
||||
* [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT]
|
||||
* [Nameof](https://github.com/Neargye/nameof) - A header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT]
|
||||
* [PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT]
|
||||
* [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/)
|
||||
* [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]
|
||||
|
||||
Reference in New Issue
Block a user