-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
groot/rdict: proper handling of 'This' streamers
'This' streamers are used to extract the type argument of templates. e.g.: class MyVector: public std::vector<Foo> {...}; would be encoded as a TStreamerInfo named 'MyVector' and an element named "This" with a title "<Foo> Used to call ...". This technique seems to be used to properly extract 'Foo'. This seems to be also applied for other containers. (vector, deque, ...)
- Loading branch information
Showing
3 changed files
with
84 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters