![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTypeInfo.h>
Public Member Functions | |
size_t | get_HashCode () const noexcept |
const char * | get_Name () const noexcept |
const char * | GetMemberName (int i) const |
Friends | |
class | cTypeInfoTests |
Get reflection info about a C++ class that has virtuals and RTTI. Read its vtable. (_CPPRTTI) Supplement/helper for built in TYPEINFO_t via typeid()
|
inlinenoexcept |
|
inlinenoexcept |
const char * Gray::cTypeInfo::GetMemberName | ( | int | i | ) | const |
read the vptr/vtable to get a list of names of the virtual exposed members.
|
friend |