Поделиться через


CObList::IsEmpty

Indicates whether this list contains no elements.

BOOL IsEmpty( ) const;

Возвращаемое значение

Nonzero if this list is empty; otherwise 0.

The following table shows other member functions that are similar to CObList::IsEmpty.

Class

Member Function

CPtrList

BOOL IsEmpty( ) const;

CStringList

BOOL IsEmpty( ) const;

Пример

See the example for RemoveAll.

Требования

Header: afxcoll.h

См. также

Основные понятия

CObList Class

CObList Members

Hierarchy Chart

CObList::GetCount