KiCad PCB EDA Suite
Loading...
Searching...
No Matches
io_base.cpp File Reference
#include <unordered_set>
#include <io/io_base.h>
#include <progress_reporter.h>
#include <ki_exception.h>
#include <reporter.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 33 of file io_base.cpp.

◆ NOT_IMPLEMENTED