Changeset 913 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Apr 13, 2000, 5:58:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r802 r913 18 18 // --- Classe d'initialisation de SOPHYA, (PPersistMgr en particulier) 19 19 int SophyaInitiator::FgInit = 0; 20 21 /*! 22 \namespace SOPHYA 23 \brief This is the namespace for the whole Sophya package 24 */ 25 26 /*! 27 \defgroup SysTools SysTools module 28 This module contains classes and functions which define the 29 general framework for \b Sophya package such as the simple 30 persistence, serialisation mechanism through \b PPersist, 31 \b POutPersist, \b PInPersist classes. It contains also 32 few utility classes such as the \b NDataBlock<T>, (template 33 numerical arrays with reference counting and sharing) 34 \b DataCards and \b PDynLinker (Dynamic link handler) classes. 35 36 */ 37 38 /*! 39 \class SOPHYA::SophyaInitiator 40 \ingroup SysTools 41 Each Sophya module may contain an initialiser class which should 42 be a sub-class of SophyaInitiator. 43 */ 20 44 21 45 SophyaInitiator::SophyaInitiator()
Note:
See TracChangeset
for help on using the changeset viewer.