commit 2025-09-14 19:03 is testing ZtCBody::Fetch() in ZCppMain/ZtCObjList.H

This commit is contained in:
2025-09-14 19:04:11 +09:00
parent a16a71084b
commit c87ecc13cd
2 changed files with 58 additions and 37 deletions

View File

@ -29,13 +29,13 @@ namespace ZNsMain
{
public:
template<typename TSimList> class ZtCBody
template<typename TObjList> class ZtCBody
{
public :
typedef typename TSimList::TypeData TypeData;
typedef typename TSimList::TypeSize TypeSize;
typedef typename TSimList::TypeInit TypeInit;
typedef typename TSimList::ZCLink ZCLink ;
typedef typename TObjList::TypeData TypeData;
typedef typename TObjList::TypeSize TypeSize;
typedef typename TObjList::TypeInit TypeInit;
typedef typename TObjList::ZCLink ZCLink ;
public :
template //////////////////////////////////////////////////////
@ -746,7 +746,7 @@ namespace ZNsMain
public:
};/*
template<typename TSimList> class ZtCBody*/
template<typename TObjList> class ZtCBody*/
public: