CObList::IsEmpty

BOOL IsEmpty( ) const;

返回值:若列表为空,则返回非零值;否则为0。

说明:指示该列表是否为空。

示例:请参阅RemoveAll的示例。

请参阅:CObList::GetCount