This website works better with JavaScript.
Home
Explore
Help
Sign In
cpp
/
cpprtti
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
54 KiB
C++
90%
CMake
8.6%
C
1.4%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Compare
HTTPS
ZIP
TAR.GZ
bergmann
73267ee7c1
* Check the base classes of a variant and return the matching object if a base class matches
5 years ago
.vscode
* Initial commit (implemented basic RTTI for C++)
5 years ago
cmake
* Implemented storage to add data to the RTTI types
5 years ago
include
* Check the base classes of a variant and return the matching object if a base class matches
5 years ago
src
* Implemented storage to add data to the RTTI types
5 years ago
test
* Implemented storage to add data to the RTTI types
5 years ago
.gitmodules
* Implemented storage to add data to the RTTI types
5 years ago
CMakeLists.txt
* Implemented storage to add data to the RTTI types
5 years ago
README.md
* Implemented storage to add data to the RTTI types
5 years ago
README.md
cpprtti
C++ run time type information library.