KiCad PCB EDA Suite
|
#include <memory>
Go to the source code of this file.
Classes | |
class | IO_MGR |
Typedefs | |
template<class T > | |
using | IO_RELEASER = std::unique_ptr< T > |
Helper to hold and release an IO_BASE object when exceptions are thrown. | |
using IO_RELEASER = std::unique_ptr<T> |