| 
    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 217 of file odb_util.h.
| ODB_FILE_WRITER::ODB_FILE_WRITER | ( | ODB_TREE_WRITER & | aTreeWriter, | 
| const wxString & | aFileName ) | 
Definition at line 228 of file odb_util.cpp.
References CreateFile(), and m_treeWriter.
Referenced by ODB_FILE_WRITER(), ODB_FILE_WRITER(), operator=(), and operator=().
      
  | 
  inlinevirtual | 
Definition at line 222 of file odb_util.h.
References CloseFile().
      
  | 
  delete | 
References ODB_FILE_WRITER().
      
  | 
  delete | 
References ODB_FILE_WRITER().
| bool ODB_FILE_WRITER::CloseFile | ( | ) | 
Definition at line 268 of file odb_util.cpp.
References m_ostream.
Referenced by ~ODB_FILE_WRITER().
| void ODB_FILE_WRITER::CreateFile | ( | const wxString & | aFileName | ) | 
Definition at line 235 of file odb_util.cpp.
References m_ostream, m_treeWriter, and TO_UTF8.
Referenced by ODB_FILE_WRITER().
      
  | 
  inline | 
Definition at line 232 of file odb_util.h.
References m_ostream.
Referenced by ODB_FONTS_ENTITY::GenerateFiles().
      
  | 
  delete | 
References ODB_FILE_WRITER().
      
  | 
  delete | 
References ODB_FILE_WRITER().
      
  | 
  private | 
Definition at line 236 of file odb_util.h.
Referenced by CloseFile(), CreateFile(), and GetStream().
      
  | 
  private | 
Definition at line 235 of file odb_util.h.
Referenced by CreateFile(), and ODB_FILE_WRITER().