#include "Converters.h"#include "Dimensions.h"#include <complex>#include <string>#include "ROOT/RStringView.hxx"#include "TString.h"Namespaces | |
| namespace | CPyCppyy |
Macros | |
| #define | CPPYY_DECLARE_ARRAY_CONVERTER(name) |
| #define | CPPYY_DECLARE_BASIC_CONVERTER(name) |
| #define | CPPYY_DECLARE_BASIC_CONVERTER2(name, base) |
| #define | CPPYY_DECLARE_REFCONVERTER(name) |
| #define | CPPYY_DECLARE_STRING_CONVERTER(name, strtype) |
| #define CPPYY_DECLARE_ARRAY_CONVERTER | ( | name | ) |
Definition at line 55 of file DeclareConverters.h.
| #define CPPYY_DECLARE_BASIC_CONVERTER | ( | name | ) |
Definition at line 20 of file DeclareConverters.h.
| #define CPPYY_DECLARE_BASIC_CONVERTER2 | ( | name, | |
| base ) |
Definition at line 35 of file DeclareConverters.h.
| #define CPPYY_DECLARE_REFCONVERTER | ( | name | ) |
| #define CPPYY_DECLARE_STRING_CONVERTER | ( | name, | |
| strtype ) |
Definition at line 356 of file DeclareConverters.h.