Ignore:
Timestamp:
Apr 13, 2000, 5:58:41 PM (25 years ago)
Author:
ansari
Message:

Documentation + Modifs mineures (namespace, etc..) - Reza 13/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r802 r913  
    1818// ---  Classe d'initialisation de SOPHYA, (PPersistMgr en particulier)
    1919int 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*/
    2044
    2145SophyaInitiator::SophyaInitiator()
Note: See TracChangeset for help on using the changeset viewer.