Pothos
0.7.0-gf7fbae99
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.