commit 2025-10-03 23:54 edit a bit ZCppMainTest/ZtCBaseList_000.cpp

This commit is contained in:
2025-10-03 23:54:53 +09:00
parent 66660bfb3c
commit 96c89eb68c

View File

@ -117,13 +117,13 @@ namespace ZNsMain
_VT_ ZTypLong capacity() const _VT_ ZTypLong capacity() const
{ {
cout<<"** ZCBaseListEx10 : capacity()"<<endl; return 0; cout<<"[ZCBaseListEx10 : capacity()]"; return 0;
}/* }/*
_VT_ ZTypLong capacity() const*/ _VT_ ZTypLong capacity() const*/
_VT_ ZTypLong size_free() const _VT_ ZTypLong size_free() const
{ {
cout<<"** ZCBaseListEx10 : size_free()"<<endl; return 0; cout<<"[ZCBaseListEx10 : size_free()]"; return 0;
}/* }/*
_VT_ ZTypLong size_free() const*/ _VT_ ZTypLong size_free() const*/
@ -222,13 +222,13 @@ namespace ZNsMain
_VT_ ZTypLong capacity() const _VT_ ZTypLong capacity() const
{ {
cout<<"** ZCBaseListEx11 : capacity()"<<endl; return 0; cout<<"[ZCBaseListEx11 : capacity()]"; return 0;
}/* }/*
_VT_ ZTypLong capacity() const*/ _VT_ ZTypLong capacity() const*/
_VT_ ZTypLong size_free() const _VT_ ZTypLong size_free() const
{ {
cout<<"** ZCBaseListEx11 : size_free()"<<endl; return 0; cout<<"[ZCBaseListEx11 : size_free()]"; return 0;
}/* }/*
_VT_ ZTypLong size_free() const*/ _VT_ ZTypLong size_free() const*/