KiCad PCB EDA Suite
Loading...
Searching...
No Matches
io_base.cpp File Reference
#include <unordered_set>
#include <io/io_base.h>
#include <ki_exception.h>
#include <wildcards_and_files_ext.h>
#include <wx/filename.h>
#include <wx/translation.h>
#include <wx/dir.h>

Go to the source code of this file.

Macros

#define FMT_UNIMPLEMENTED   wxT( "IO interface \"%s\" does not implement the \"%s\" function." )
 
#define NOT_IMPLEMENTED(aCaller)
 

Macro Definition Documentation

◆ FMT_UNIMPLEMENTED

#define FMT_UNIMPLEMENTED   wxT( "IO interface \"%s\" does not implement the \"%s\" function." )

Definition at line 31 of file io_base.cpp.

◆ NOT_IMPLEMENTED

#define NOT_IMPLEMENTED (   aCaller)
Value:
THROW_IO_ERROR( wxString::Format( FMT_UNIMPLEMENTED, \
GetName(), \
wxString::FromUTF8( aCaller ) ) );
#define FMT_UNIMPLEMENTED
Definition: io_base.cpp:31
#define THROW_IO_ERROR(msg)
Definition: ki_exception.h:39

Definition at line 32 of file io_base.cpp.