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 113 of file streamwrapper.h.
Referenced by PCB_EDIT_FRAME::ExportVRML_File(), S3D::ReadCache(), S3D::WriteCache(), and S3D::WriteVRML().
#define OPEN_IOSTREAM | ( | var, | |
name | |||
) |
Definition at line 109 of file streamwrapper.h.
#define OPEN_ISTREAM | ( | var, | |
name | |||
) |
Definition at line 105 of file streamwrapper.h.
Referenced by S3D::ReadCache().
#define OPEN_OSTREAM | ( | var, | |
name | |||
) |
Definition at line 101 of file streamwrapper.h.
Referenced by PCB_EDIT_FRAME::ExportVRML_File(), S3D::WriteCache(), and S3D::WriteVRML().
#define OSTREAM std::ofstream |
Definition at line 99 of file streamwrapper.h.