first commit

This commit is contained in:
2026-03-05 13:16:26 +01:00
commit 1b2bf174e8
164 changed files with 35594 additions and 0 deletions

80
Lab6/prsstent.cpp Normal file
View File

@@ -0,0 +1,80 @@
//## begin module.cm preserve=no
// %X% %Q% %Z% %W%
//## end module.cm
//## begin module.cp preserve=no
//## end module.cp
//## Module: Persistent; Pseudo Package body
//## Subsystem: Figures
//## Source file: Prsstent.cpp
//## begin module.additionalIncludes preserve=no
//## end module.additionalIncludes
//## begin module.includes preserve=yes
//## end module.includes
// Persistent
#include "Prsstent.h"
//## begin module.additionalDeclarations preserve=yes
//## end module.additionalDeclarations
// Class Persistent
//## begin Persistent::instMap.has preserve=no private: static InstMap {1 -> 1VO}
InstMap Persistent::instMap;
//## end Persistent::instMap.has
Persistent::Persistent()
//## begin Persistent::Persistent%.hasinit preserve=no
//## end Persistent::Persistent%.hasinit
//## begin Persistent::Persistent%.initialization preserve=yes
//## end Persistent::Persistent%.initialization
{
//## begin Persistent::Persistent%.body preserve=yes
//## end Persistent::Persistent%.body
}