Is there any practical difference between TList::Add(TObject *)
and TList::AddLast(TObject *)
?
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
Is there any practical difference between TList::Add(TObject *)
and TList::AddLast(TObject *)
?
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
There is no noticeable difference (TList::Add
literally just calls TList::AddLast
).
Cheers,
Philippe.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.