tstype
Class inspector
A C++ library that enables reflection and inspection of third-party class types without modifying their source code.
Lightweight C++ RTTI library
47 stars
4 watching
3 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
phisko/reflection | An API to inspect and describe the structure of C++ types | 6 |
nsexceptional/mirrorkit | A framework for working with the Objective-C runtime to simplify reflection and introspection of classes and objects. | 33 |
cylix/reflex | A C++14 reflection library for inspecting and manipulating objects at runtime. | 134 |
xyzdev/reflect | A C++ library providing reflection and serialization capabilities to inspect and manipulate data structures. | 10 |
trbrc/svelte-inspect | An interactive object inspector for Svelte components | 35 |
fabian-jung/tsmp | Tool to generate meta-programming capabilities from source code analysis | 97 |
veselink1/refl-cpp | Provides compile-time reflection and introspection capabilities for C++17 | 1,097 |
ilevkivskyi/typing_inspect | Provides utilities for inspecting and analyzing Python types at runtime | 352 |
mattcomi/reflectedstringconvertible | A protocol that adds detailed textual representations to classes using reflection | 65 |
tulipcharts/tulipindicators | A C library providing a collection of technical analysis functions for financial data analysis. | 863 |
ikkisoft/serialkiller | A Java deserialization library designed to secure applications by inspecting and controlling class loading during object deserialization | 408 |
cr-marcstevens/sha1collisiondetection | A library and command-line tool to detect cryptanalytic collisions in SHA-1 hashes of files | 1,329 |
robromijnders/lstm_tsc | An implementation of a Long Short-term memory network for time-series classification using Python and TensorFlow | 410 |
manu343726/ctti | A library providing compile-time type information and introspection capabilities for C++ | 578 |
sindresorhus/is | A utility for determining the type of a value at compile-time or runtime | 1,687 |