Hello,
I am having false result of IsClass, Still I am giving correct name of my class and using byName function of Reflection::Type
any idea?
PFA
Regards
Usman
Creflex.cpp (1.61 KB)
Hello,
I am having false result of IsClass, Still I am giving correct name of my class and using byName function of Reflection::Type
any idea?
PFA
Regards
Usman
Creflex.cpp (1.61 KB)
Hi,
You have not generated the dictionary (via genreflex) for your class and hence Reflex has no knowledge of it. C++ typeinfo (and type system) do not provide enough information about the type to be able to have this information without some type of instrumentation.
See root.cern.ch/drupal/content/gene … ctionaries
Cheers,
Philippe.