Difference: FRCVLabMLSA_future (2 vs. 3)

Revision 32019-05-29 - LabTech

Line: 1 to 1
 
META TOPICPARENT name="FRCVLabMLSA"
<meta name="robots" content="noindex" />
Line: 51 to 51
  There is a pattern for the steps to be performed, and it also gives more information about the function and the module. So it will make it easier to resolve scoping issues.
Added:
>
>

Future work for Pybind11

  1. Handling of C++ defined function import rather than whole C++ module import in Python file.( E.g., from example import Pet)
  2. Handling situation where the function is defined in the pybind11 binding statement. (E.g., m.def("add",[](int a){ return a+a;}) )
  3. Handling cases of function overloading i.e., more than one function defined with the same name but different parameters.
 

Permissions

  • Persons/group who can view/change the page:
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback