edit test.cpp
This commit is contained in:
@ -2382,6 +2382,9 @@ namespace ZNsMain
|
|||||||
template<typename TType> class ZtCTypeData<TType&>
|
template<typename TType> class ZtCTypeData<TType&>
|
||||||
{ public: typedef TType TypeData;
|
{ public: typedef TType TypeData;
|
||||||
static TType& GetObjRef(TType& AR_Type ){return AR_Type;}};
|
static TType& GetObjRef(TType& AR_Type ){return AR_Type;}};
|
||||||
|
template<> class ZtCTypeData<void*>
|
||||||
|
{ public: typedef void* TypeData;
|
||||||
|
static void* GetObjRef(void* AP_Void){return AP_Void;}};
|
||||||
|
|
||||||
|
|
||||||
/*////////////////////////////////////////////////////////////////////////////////
|
/*////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user