codetemp-2: CObject::AssertValid()

在编写自定义类时,应重写AssertValid函数为自身和类的其他用户提供诊断服务。重写的AssertValid通常先调用基类的该函数,再检查派生类特有的数据成员。此函数为const函数,测试时不能改变对象状态,且不应抛出异常,而应断言是否检测到无效对象数据。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

原型:[virtual]
void CObject::AssertValid() const            //说明:该成员函数只能对成员变量做"引用型"操作,不能做"加工型"操作
{
 ASSERT(this != NULL);
}

MSDN:

When you write your own class, you should override the AssertValid function to provide diagnostic(诊断) services for yourself and other users of your class. The overridden AssertValid usually calls the AssertValid function of its base class before checking data members unique to the derived class.

Because AssertValid is a const function, you are not permitted to change the object state during the test. Your own derived class AssertValid functions should not throw exceptions but rather should assert whether they detect invalid object data.

DEMO:

请查看MSDN中CObject

转载于:https://www.cnblogs.com/shanzy/archive/2005/12/17/299229.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值