Last change
on this file since 3858 was 3612, checked in by ansari, 16 years ago |
Suite modifs / adaptation avec l'introduction de la suite des classes RandomGeneratorInterface et Cie , Reza 30/04/2009
|
File size:
734 bytes
|
Rev | Line | |
---|
[1607] | 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"
|
---|
[2459] | 16 | #include "ppfnametag.h"
|
---|
[1607] | 17 | #include "ndatablock.h"
|
---|
[3387] | 18 | #include "fiondblock.h"
|
---|
[1607] | 19 | #include "anydataobj.h"
|
---|
| 20 | #include "dvlist.h"
|
---|
| 21 | #include "perrors.h"
|
---|
| 22 | #include "srandgen.h"
|
---|
[1620] | 23 | #include "datatype.h"
|
---|
[3612] | 24 | #include "randr48.h"
|
---|
[3602] | 25 | #include "randfmt.h"
|
---|
[1607] | 26 |
|
---|
| 27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.