KiCad PCB EDA Suite
|
#include <odb_util.h>
Public Member Functions | |
ODB_FILE_WRITER (ODB_TREE_WRITER &aTreeWriter, const wxString &aFileName) | |
virtual | ~ODB_FILE_WRITER () |
ODB_FILE_WRITER (ODB_FILE_WRITER &&)=delete | |
ODB_FILE_WRITER & | operator= (ODB_FILE_WRITER &&)=delete |
ODB_FILE_WRITER (ODB_FILE_WRITER const &)=delete | |
ODB_FILE_WRITER & | operator= (ODB_FILE_WRITER const &)=delete |
void | CreateFile (const wxString &aFileName) |
bool | CloseFile () |
std::ostream & | GetStream () |
Private Attributes | |
ODB_TREE_WRITER & | m_treeWriter |
std::ofstream | m_ostream |
Definition at line 206 of file odb_util.h.
ODB_FILE_WRITER::ODB_FILE_WRITER | ( | ODB_TREE_WRITER & | aTreeWriter, |
const wxString & | aFileName | ||
) |
Definition at line 219 of file odb_util.cpp.
References CreateFile().
|
inlinevirtual |
Definition at line 211 of file odb_util.h.
References CloseFile().
|
delete |
|
delete |
bool ODB_FILE_WRITER::CloseFile | ( | ) |
Definition at line 259 of file odb_util.cpp.
References m_ostream.
Referenced by ~ODB_FILE_WRITER().
void ODB_FILE_WRITER::CreateFile | ( | const wxString & | aFileName | ) |
Definition at line 226 of file odb_util.cpp.
References ODB_TREE_WRITER::GetCurrentPath(), m_ostream, m_treeWriter, and TO_UTF8.
Referenced by ODB_FILE_WRITER().
|
inline |
Definition at line 221 of file odb_util.h.
References m_ostream.
Referenced by ODB_FONTS_ENTITY::GenerateFiles().
|
delete |
|
delete |
|
private |
Definition at line 225 of file odb_util.h.
Referenced by CloseFile(), CreateFile(), and GetStream().
|
private |
Definition at line 224 of file odb_util.h.
Referenced by CreateFile().