#ifndef BASETOOLS_H #define BASETOOLS_H /*! \defgroup BaseTools BaseTools module This module contains classes and functions which define the general framework for \b Sophya package such as the simple persistence, serialisation mechanism through \b PPersist, \b POutPersist, \b PInPersist classes. It contains also few utility classes such as the \b NDataBlock, (template numerical arrays with reference counting and sharing). */ #include "sophyainit.h" #include "ppersist.h" #include "ppfnametag.h" #include "ndatablock.h" #include "fiondblock.h" #include "anydataobj.h" #include "dvlist.h" #include "perrors.h" #include "srandgen.h" #include "datatype.h" #endif