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

Last change on this file since 4068 was 4062, checked in by ansari, 13 years ago

Petites ameliorations classes Units et PhysQty, documentation doxygen, ajout fichiers pqnumber.h et sunitpcst.h ds basetools.h, passage numero de version a 2.30, Reza 27/04/2012

File size: 871 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 "ppfnametag.h"
17#include "ndatablock.h"
18#include "fiondblock.h"
19#include "anydataobj.h"
20#include "dvlist.h"
21#include "perrors.h"
22#include "srandgen.h"
23#include "datatype.h"
24#include "ppfwrapstlv.h"
25#include "randr48.h"
26#include "randfmt.h"
27#include "randtmt32.h"
28#include "randtmt64.h"
29#include "pqnumber.h"
30#include "pqnumber.h"
31#include "sunitpcst.h"
32#endif
Note: See TracBrowser for help on using the repository browser.