| 
    KiCad PCB EDA Suite
    
   | 
 
This file contains macros just for swig binding. More...
#include <deque>#include <vector>#include <map>#include <set>#include <memory>Go to the source code of this file.
Macros | |
| #define | DECL_VEC_FOR_SWIG(TypeName, MemberType) | 
| Declare a std::vector but no swig template.   | |
| #define | DECL_DEQ_FOR_SWIG(TypeName, MemberType) | 
| #define | DECL_MAP_FOR_SWIG(TypeName, KeyType, ValueType) | 
| #define | DECL_SPTR_FOR_SWIG(TypeName, MemberType) | 
| #define | DECL_SET_FOR_SWIG(TypeName, MemberType) | 
This file contains macros just for swig binding.
Definition in file macros_swig.h.
| #define DECL_DEQ_FOR_SWIG | ( | TypeName, | |
| MemberType ) | 
Definition at line 51 of file macros_swig.h.
| #define DECL_MAP_FOR_SWIG | ( | TypeName, | |
| KeyType, | |||
| ValueType ) | 
Definition at line 52 of file macros_swig.h.
| #define DECL_SET_FOR_SWIG | ( | TypeName, | |
| MemberType ) | 
Definition at line 54 of file macros_swig.h.
| #define DECL_SPTR_FOR_SWIG | ( | TypeName, | |
| MemberType ) | 
Definition at line 53 of file macros_swig.h.
| #define DECL_VEC_FOR_SWIG | ( | TypeName, | |
| MemberType ) | 
Declare a std::vector but no swig template.
Definition at line 50 of file macros_swig.h.