Reflex style reflection/introspection in root 6?

Hello!
I understand that we now have only cling dictionaries in root6. I wonder, is it still possible to perform reflex-style reflection/introspection on classes? It seems straightforward to extract member information from a class (e.g., variable names, etc)., but is it also possible to get the value of member variables from class instances?

Thanks!

@Axel @vgvassilev can you please help here? thanks!

Hi Lindesy,

You can get the member offset, see TDataMember::GetOffset

Cheers, Axel.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.