作者ric2k1 (Ric)
看板EE_DSnP
標題[情報] Macros "USE_MEM_MGR(T)" and "MEM_MGR_INIT(T)"
時間Sun Dec 3 00:49:25 2006
I forgot to mention about these two Macros.
Please refer to the codes in memTest.h and memTest.cpp.
-----
class MemTestObj
{
#ifdef MEM_MGR_H
USE_MEM_MGR(MemTestObj);
#endif // MEM_MGR_H
...
};
-----
#ifdef MEM_MGR_H
MEM_MGR_INIT(MemTestObj);
#endif // MEM_MGR_H
-----
Hope you can understand what they mean. :)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.121.134.251