commit 2025-10-11 23:03 add ZtCBaseList::AddHeadDef() & AddTailDef() : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-11 23:03:47 +09:00
parent 32ae22cc92
commit a46afc5865
2 changed files with 9 additions and 2 deletions

View File

@ -6837,6 +6837,11 @@ namespace ZNsMain
TypeData& AddTail()
{ return **AddTailLink(SendFreeOut()); }
ZCLink& AddHeadDef()
{ return *AddHeadLink(SendFreeOut()); }
ZCLink& AddTailDef()
{ return *AddTailLink(SendFreeOut()); }
TypeData& AddHead(TypeArg AO_ArgData) /*########################*/
{