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) |
#define CLOSE_STREAM | ( | var | ) |
Definition at line 115 of file streamwrapper.h.
Referenced by EXPORTER_PCB_VRML::ExportFp3DModelsAsLinkedFile(), fileType(), S3D::ReadCache(), S3D::WriteCache(), and S3D::WriteVRML().
#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.
Referenced by fileType(), and S3D::ReadCache().
#define OPEN_OSTREAM | ( | var, | |
name ) |
Definition at line 103 of file streamwrapper.h.
Referenced by EXPORTER_PCB_VRML::ExportFp3DModelsAsLinkedFile(), S3D::WriteCache(), and S3D::WriteVRML().
#define OSTREAM std::ofstream |
Definition at line 101 of file streamwrapper.h.
Referenced by EXPORTER_PCB_VRML::writeLayers().