CObList::GetSize
返回数字列表元素。
INT_PTR GetSize( ) const;
返回值
列表中的项数。
备注
调用此方法检索元素数列表中的。
下表显示类似于 CObList::GetSize的其他成员函数。
类 |
成员函数 |
---|---|
INT_PTR GetSize( ) 常量; |
|
INT_PTR GetSize( ) 常量; |
示例
用于列表 CAge 选件类参见 CObList::CObList。
CObList list;
list.AddHead(new CAge(21));
list.AddHead(new CAge(40)); // List now contains (40, 21).
ASSERT(list.GetSize() == 2);
要求
Header: afxcoll.h