Lines Matching refs:wrapping
81 makes them difficult to maintain, especially when wrapping an evolving
84 These limitations have lead to the development of a variety of wrapping
96 not include support for wrapping C++ classes as new Python types.
101 wrapping language. Instead, it presents the user with a high-level
102 C++ interface for wrapping C++ classes and functions, managing much of
132 This approach leads to *user guided wrapping*: as much information is
175 Finally, all wrapping must be *non-intrusive*, without modifying or
228 Now here's the wrapping code we'd use to expose it with Boost.Python::
255 negative integer to unsigned (usually wrapping to some very large
382 we can modify our wrapping code as follows::
416 wrapping large data structures. In fact, no instance ``__dict__``
454 provides a concise mechanism for wrapping operator overloads. The
506 called with an object wrapping a ``Derived`` instance. Wrapped
608 conversion registry as the C++ function wrapping does to convert its
630 other wrapping code) automatically from C++ headers.
640 successful it will mark a move away from wrapping everything directly
910 written in concise and maintainable C++. Also, the wrapping system