SkillAgentSearch skills...

Cppexpose

C++ library for type introspection, reflection, and scripting interface

Install / Use

/learn @cginternals/Cppexpose
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<br><a href="https://github.com/cginternals/cppexpose/"><img src="https://raw.githubusercontent.com/cginternals/cppexpose/master/cppexpose-logo.svg?sanitize=true" width="50%"></a>

cppexpose is a cross-platform C++11 library that provides tools for introspection of types, properties, and classes.

GitHub release Travis Tokei Tokei

cppexpose allows for a C++ program to expose its interfaces into runtime, making it possible to, e.g., create automatic GUI representations for interfaces, or to expose them into a scripting environment. The implementation is based on standard C++ templates and does not use language extensions or macros, making it typesafe and usable with any C++11 compliant toolchain. Also, no meta compilation step is required.

View on GitHub
GitHub Stars28
CategoryProduct
Updated10mo ago
Forks12

Languages

C

Security Score

87/100

Audited on May 4, 2025

No findings