Pothos  0.5.0-ga4964040
The Pothos dataflow programming software suite
Public Member Functions | List of all members
Pothos::ScopedInit Class Reference

#include <Init.hpp>

Public Member Functions

 ScopedInit (void)
 Call init() on object construction. More...
 
 ~ScopedInit (void)
 Call deinit() when going out of scope. More...
 

Detailed Description

Scoped initializer with automatic cleanup.

Constructor & Destructor Documentation

Pothos::ScopedInit::ScopedInit ( void  )

Call init() on object construction.

Pothos::ScopedInit::~ScopedInit ( void  )

Call deinit() when going out of scope.


The documentation for this class was generated from the following file: