// $Id$ // Author: Sergey Linev 22/12/2013 /************************************************************************* * Copyright (C) 1995-2013, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TRootSnifferStore #define ROOT_TRootSnifferStore #include "TObject.h" #include "TString.h" class TDataMember; class TFolder; /** Abstract interface for storage of hierarchy scan in TRootSniffer */ class TRootSnifferStore : public TObject { protected: void *fResPtr{nullptr}; ///