Warning, file /include/root/RooRefCountList.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef RooFit_RefCountList_h
0014 #define RooFit_RefCountList_h
0015
0016 #include <RooLinkedList.h>
0017
0018 class RooRefCountList : public RooLinkedList {
0019 public:
0020 RooRefCountList() {}
0021 ClassDefOverride(RooRefCountList, 1)
0022 };
0023
0024 #endif
0025
0026