reflection-library
There are 67 repositories under reflection-library topic.
hirrolot/datatype99
Algebraic data types for C99
boostorg/pfr
std::tuple like methods for user defined types without any macro or boilerplate code
billyquith/ponder
C++ reflection library with Lua binding, and JSON and XML serialisation.
TheNitesWhoSay/RareCpp
Creating a simpler, more intuitive means of C++ reflection
ZXShady/enchantum
Faster enum reflection for C++17 since I don't want to wait for C++26 reflection.
alwyn974/MinecraftBOT
A simple Minecraft BOT for 1.18.2
fankux/rellaf
c++ reflection library base on c++11 which very simple to use in order to increase productivity
morrisxyang/xreflect
A simple and user-friendly reflection utility library.
Traverse-Research/rspirv-reflect
🦀 Minimal SPIR-V reflection library.
Moderocky/Mirror
A smart, fast alternative to Java's reflection API.
therealdreg/nasm_linux_x86_64_pure_sharedlib
NASM Linux x86_64 pure (no deps) shared library (.so), POC for Reflective ELF SO injection
hi-xiaoxin/SourceGeneration.Reflection
Reflection is a source-generated reflection library, with global caching and support for AOT compilation
sergio-eld/pod_reflection
Simple C++ one-header stl based library implementing reflection for POD data types
alxkm/reflector
Reflector is tiny java reflections library
TabooLib/reflex
Reflection API for Kotlin
Mixermachine/base-test
Automated testing of Java classes via reflections
TobiasDeBruijn/BukkitReflectionUtil
Utility library to make reflection easier in Bukkit projects.
sam987883/TypeCache
TypeCache is a fast alternative to System.Reflection. Also contained are IEnumerable extensions as an alternative to System.Linq, as well as a database access alternative to Dapper.
coyorkdow/liteproto
A native C++17 reflection and serialization library [work in progress]
muir/reflectutils
Golang utility functions for working with reflection
gontainer/reflectpro
A simple and elegant interface for GO's reflect.
NoaLand/cxx-reflection
[In Progress] My open cxx reflection library
Langulus/RTTI
Cross-platform, C++23 reflection library that relies fully on modern C++ features, without using any pre/post build steps.
steffen-liersch/Liersch.Reflection
.NET library for significantly increasing the performance of reflection-based operations
manosbatsis/gradle-reflections-plugin
A Gradle plugin that uses Reflections to scan and index your project classes at build-time, allowing run-time querying without the indexing performance hit.
Marcel091004/EasyEntityToDTO
A small library to easily map Entitys to DTOs and back for your API
stevinz/reflect
Small, flexible, single-header library for runtime reflection and meta data in C++11.
BR0kEN-/reflection-validator
Define a specification of PHP entity and check whether the particular item matches it.
burningwave/reflection
An advanced and highly optimized reflection engine extracted from Burningwave Core
lcsmuller/reflect-c
Code-generates ANSI C helpers that give your structs reflection-style access to field names, types, and values.
codefilarete/reflection
Provides access to bean properties through one main PropertyAccessor class
everard/mirror
Minimalistic C++20 reflection library
keddelzz/InstanceGraph
Search through instances at runtime.
superPuero/kawa_meta
Reflection and meta utility library written in c++ 17