source: Sophya/trunk/SophyaLib/BaseTools/basetools.h@ 2384

Last change on this file since 2384 was 1620, checked in by cmv, 24 years ago

nouveau num de version cmv+rz 6/8/01

File size: 644 bytes
Line 
1#ifndef BASETOOLS_H
2#define BASETOOLS_H
3
4/*!
5 \defgroup BaseTools BaseTools module
6 This module contains classes and functions which define the
7 general framework for \b Sophya package such as the simple
8 persistence, serialisation mechanism through \b PPersist,
9 \b POutPersist, \b PInPersist classes. It contains also
10 few utility classes such as the \b NDataBlock<T>, (template
11 numerical arrays with reference counting and sharing).
12*/
13
14#include "sophyainit.h"
15#include "ppersist.h"
16#include "ndatablock.h"
17#include "anydataobj.h"
18#include "dvlist.h"
19#include "perrors.h"
20#include "srandgen.h"
21#include "datatype.h"
22
23#endif
Note: See TracBrowser for help on using the repository browser.