Minor: add helper size()
This commit is contained in:
		@@ -31,6 +31,8 @@ public:
 | 
			
		||||
    unsigned nextExecIndex() const;
 | 
			
		||||
    bool nextExec() const;
 | 
			
		||||
    bool exec(bool last=false);
 | 
			
		||||
 | 
			
		||||
    unsigned size() { return m_workList.size(); }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // WORK_LIST_H_INCLUDED
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user