KiCad PCB EDA Suite
|
#include <map>
#include <wx/string.h>
Go to the source code of this file.
Classes | |
class | ENV_VAR_ITEM |
KiCad uses environment variables internally for determining the base paths for libraries, templates, and other assets that can be relocated by packagers or users. More... | |
Typedefs | |
typedef std::map< wxString, ENV_VAR_ITEM > | ENV_VAR_MAP |
typedef std::map< wxString, ENV_VAR_ITEM >::iterator | ENV_VAR_MAP_ITER |
typedef std::map< wxString, ENV_VAR_ITEM >::const_iterator | ENV_VAR_MAP_CITER |
typedef std::map<wxString, ENV_VAR_ITEM> ENV_VAR_MAP |
Definition at line 136 of file include/settings/environment.h.
typedef std::map<wxString,ENV_VAR_ITEM>::const_iterator ENV_VAR_MAP_CITER |
Definition at line 138 of file include/settings/environment.h.
typedef std::map<wxString,ENV_VAR_ITEM>::iterator ENV_VAR_MAP_ITER |
Definition at line 137 of file include/settings/environment.h.