first commit
This commit is contained in:
62
Lab7/xlist.cpp
Normal file
62
Lab7/xlist.cpp
Normal file
@@ -0,0 +1,62 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: XList; Pseudo Package body
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Source file: H:\kurs\avC++\lab7\XList.cpp
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// XList
|
||||
|
||||
#include "H:\kurs\avC++\lab7\XList.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Parameterized Class XList
|
||||
|
||||
|
||||
|
||||
template <class T>
|
||||
|
||||
XList<T>::XList()
|
||||
|
||||
//## begin XList::XList%.hasinit preserve=no
|
||||
|
||||
//## end XList::XList%.hasinit
|
||||
|
||||
//## begin XList::XList%.initialization preserve=yes
|
||||
|
||||
//## end XList::XList%.initialization
|
||||
|
||||
Reference in New Issue
Block a user