![]() |
Pothos
0.6.0-g9da168ef
The Pothos dataflow programming software suite
|
#include <Init.hpp>
Public Member Functions | |
| ScopedInit (void) | |
| Call init() on object construction. More... | |
| ~ScopedInit (void) | |
| Call deinit() when going out of scope. More... | |
Scoped initializer with automatic cleanup.
| Pothos::ScopedInit::ScopedInit | ( | void | ) |
Call init() on object construction.
| Pothos::ScopedInit::~ScopedInit | ( | void | ) |
Call deinit() when going out of scope.
1.8.13