| 
    KiCad PCB EDA Suite
    
   | 
 
#include <functional>Go to the source code of this file.
Classes | |
| class | SCOPED_SET_RESET< VAL_TYPE > | 
| RAII class that sets an value at construction and resets it to the original value at destruction.  More... | |
| class | SCOPED_EXECUTION< Func > | 
| RAII class that executes a function at construction and another at destruction.  More... | |