added wxList::IsEmpty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -208,6 +208,9 @@ public:
|
||||
// count of items in the list
|
||||
size_t GetCount() const { return m_count; }
|
||||
|
||||
// return TRUE if this list is empty
|
||||
bool IsEmpty() const { return m_count == 0; }
|
||||
|
||||
// operations
|
||||
|
||||
// delete all nodes
|
||||
|
Reference in New Issue
Block a user