コード例 #1
0
 // returns the number of lists
 internal virtual int GetListCount()
 {
     return(m_lists.Size());
 }
コード例 #2
0
 // Returns True if the multilist is empty
 internal virtual bool IsEmpty()
 {
     return(m_list_nodes.Size() == 0);
 }