List Question
20 TechQA 2023-12-23T16:15:31.743000Multiple byte "OUTPUT" arguments in SWIG?
52 views
Asked by JamesTheAwesomeDude
SWIG wrap for Python a void function with an output reference to smart pointer parameter
120 views
Asked by Lars Ericson
Passing array from C# to SWIG as Span<T>
62 views
Asked by koxy
How to config SWIG interface to map a c++ data type in JNI to multiple data types
30 views
Asked by Sơn Đàm
How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
55 views
Asked by Prajjwal
SWIG: pass an std::span as argument to python function
176 views
Asked by Lucifer893
How can i use a single C function through SWIG?
193 views
Asked by Valentin Forester
How to convert C++ map to Java map using SWIG?
205 views
Asked by TestUser
What is typemap in SWIG (java c++)?
586 views
Asked by TestUser
vector of enum not correctly handled by SWIG
307 views
Asked by gwmato
How to convert a C++ class into numpy array?
381 views
Asked by phdoerfler
Catching custom c++ exception from c# with swig
310 views
Asked by Jonathhan Goor
Swig: How to change the accessiblity of the generated C# classes from `public class` to `internal class`
355 views
Asked by rickandmorty
How to create a swig typemap to convert a unordered map of string to std::unique_ptr<Foo>'s to a Python dictionary?
189 views
Asked by CiaranWelsh
Passing a string from python to rust via SWIG
135 views
Asked by stusmall
How do I have SWIG a treat a return value of const char* as binary data (for Python)?
13 views
Asked by mojo
How do I apply a SWIG typemap to _only_ a specific function?
652 views
Asked by mojo
How to transform C arguments (const uint8_t*, unsigned int size) into C# byte[] in SWIG
386 views
Asked by Štefan Bellus
SWIG Converting Python list to a char ** example fails
98 views
Asked by Guillaume
SWIG return bytes instead of string with typemap
545 views
Asked by Islam Sabyrgaliyev