It is possible to do so. In order to do so, I want user to specify file name.
I'll implement something like below.
root[1] newtypes myclass/structure/definitions.h
class A
class B
typedef x y
.
'newtype [srcfile]' command will display what you want to see.
Masaharu Goto
-----------------------------------------------------------------------
Hi, Masa.
Excuse I am bothering you.
But we are working here and our needs are growing too.
What we need is ti get a list of the types/classes/C-strucutre
definiton defined with the "last read include file".
For example from within ROOT/CINT one may apply
root [0] #include "myclass/structure/definitions.h"
root [1] At this point I need some API to know how many "new"
definitions come with the last (or particular) include
file. In fact the list of the "new" names will be
sufficient
Could you provides such sort of API interface.
Thank you in advance
Valery