|
Flyby SDK v1.0.2
|
Dispose bag is used to hold and automatically dispose observables. More...
#include <observable.h>
Public Member Functions | |
| void | dispose_all () |
| Disposes of all observables in the bag. | |
| void | add (const std::shared_ptr< Observable > &observable) |
| Add an observable to this bag to be disposed automatically. | |
Dispose bag is used to hold and automatically dispose observables.