This page still needs some work, help to improve it!
Macro
Addrefs the argument, if it is non-null. Does nothing for a null pointer. Only use this macro if the pointer might be NULL; use NS_ADDREF otherwise.
NS_IF_ADDREF(foo) is equal to
NS_IF_ADDREF(foo)
if (foo) foo->AddRef();
NS_IF_ADDREF(foo);
NS_ADDREF
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
浏览:120 次
字数:840
最后编辑:7年前
编辑次数:0 次
接受
发布评论