![]() |
Verovio
Source code documentation
|
This class is a mixin for all functors that require two step processing: (1) Collecing data. More...
#include <functor.h>
Public Member Functions | |
bool | IsCollectingData () const |
Check and switch the current phase. | |
bool | IsProcessingData () const |
void | SetDataCollectionCompleted () |
Protected Member Functions | |
Constructors, destructors | |
CollectAndProcess ()=default | |
~CollectAndProcess ()=default | |
This class is a mixin for all functors that require two step processing: (1) Collecing data.
(2) Processing data.