commit 2025-09-01 00:27 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -224,16 +224,16 @@ namespace ZNsMain
|
||||
}/*
|
||||
bool IsFullNode() const*/
|
||||
|
||||
typename ZtCRef<TTypArg>::TypeConst GetData() const
|
||||
typename ZtCRef<TypeArg>::TypeConst GetData() const
|
||||
{
|
||||
return mo_Data;
|
||||
}/*
|
||||
typename ZtCRef<TTypArg>::TypeConst GetData() const*/
|
||||
typename ZtCRef<TypeArg>::TypeConst GetData() const*/
|
||||
|
||||
|
||||
bool operator==(TTypArg AR_Type) const{return mo_Data==AR_Type;}
|
||||
bool operator> (TTypArg AR_Type) const{return mo_Data> AR_Type;}
|
||||
bool operator< (TTypArg AR_Type) const{return mo_Data< AR_Type;}
|
||||
bool operator==(TypeArg AR_Type) const{return mo_Data==AR_Type;}
|
||||
bool operator> (TypeArg AR_Type) const{return mo_Data> AR_Type;}
|
||||
bool operator< (TypeArg AR_Type) const{return mo_Data< AR_Type;}
|
||||
|
||||
template<typename TFunctor> static void IterInOrder (ZCNode* AP_Node, TFunctor AO_Functor)
|
||||
{
|
||||
|
Reference in New Issue
Block a user