1 \defgroup Core Core ROOT classes
2 \brief The Core classes of ROOT.
3 \defgroup Base Base ROOT classes
5 \brief The Base classes of ROOT.
7 The base classes of the ROOT system provide the core of the system. They
8 are available to all other classes. They range from a set of abstract
9 interfaces (TVirtualXXXXX classes), to a wide range of basic utility
10 classes providing basic services like strings, regular expression,
11 timers, date/time, md5 checksumming, signal/slots event handling,
12 plugin handler, run-config resource processor, etc. etc.