KiCad PCB EDA Suite
Loading...
Searching...
No Matches
io_mgr.h File Reference
#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. More...
 

Typedef Documentation

◆ IO_RELEASER

template<class T >
using IO_RELEASER = std::unique_ptr<T>

Helper to hold and release an IO_BASE object when exceptions are thrown.

(Wrapper around a std::unique_ptr, but created to allow possible custom deleters in the future).

Definition at line 33 of file io_mgr.h.