cppexpose
interface exposor
Provides tools for introspecting and exposing C++ interfaces to runtime environments
C++ library for type introspection, reflection, and scripting interface
27 stars
10 watching
10 forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-11introspectionlibraryreflectionscripting
Related projects:
Repository | Description | Stars |
---|---|---|
andy128k/cl-gobject-introspection | A Common Lisp interface to GObject Introspection, allowing developers to access and interact with GTK+ and other gobject-introspected libraries. | 50 |
vsergeev/c-periphery | A C library simplifying access to Linux peripheral I/O interfaces such as GPIO, LEDs, PWM, SPI, I2C, and Serial. | 742 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,086 |
r-lib/cpp11 | Enables C++ developers to interact with R objects using standard C++11 syntax and semantics | 203 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
ssarcandy/ini-cpp | A lightweight C++ library for parsing and generating INI configuration files | 37 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |
microsoft/cppwinrt | A C++ language projection for Windows Runtime APIs, providing access to modern Windows API. | 1,672 |
empirical-soft/command-interpreter | A command interpreter library that makes it easy to add interactive functionality to C++ programs | 438 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 669 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
tacticalmelonfarmer/cxl | A C++17 metaprogramming library providing utilities for strings, parsing, typelists, aggregates to tuples conversions and constant integral literals. | 50 |