KiCad PCB EDA Suite
|
#include <iostream>
Go to the source code of this file.
Macros | |
#define | OSTREAM std::ofstream |
#define | OPEN_OSTREAM(var, name) |
#define | OPEN_ISTREAM(var, name) |
#define | OPEN_IOSTREAM(var, name) |
#define | CLOSE_STREAM(var) var.close() |
#define CLOSE_STREAM | ( | var | ) | var.close() |
Definition at line 115 of file streamwrapper.h.
#define OPEN_IOSTREAM | ( | var, | |
name | |||
) |
Definition at line 111 of file streamwrapper.h.
#define OPEN_ISTREAM | ( | var, | |
name | |||
) |
Definition at line 107 of file streamwrapper.h.
#define OPEN_OSTREAM | ( | var, | |
name | |||
) |
Definition at line 103 of file streamwrapper.h.
#define OSTREAM std::ofstream |
Definition at line 101 of file streamwrapper.h.