Whiteboard/side_actions: expose size() function from the underlying structure.
This commit is contained in:
parent
e557c6b6f4
commit
297e8917f4
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ public:
|
|||
*/
|
||||
bool empty() const { return actions_.empty(); }
|
||||
|
||||
/**
|
||||
* Returns the number of actions in the action queue.
|
||||
*/
|
||||
size_t size() const { return actions_.size(); }
|
||||
|
||||
/**
|
||||
* Empties the action queue.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue