Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Please repair your keyboard, the capslock key seems to be stuck...
A wrapper function is a pretty broad term, generally means a function which calls another function to do the real work. The wrapper function itself might change the parameters a bit, do some error checking or something trivial like that.
There might be a more specific definition of "wrapper function" in a specific language or environment, but since you don't specify any it's hard to say anything more...
A wrapper function is often used in new programms which are based on older releases. The new program just uses the old function. The new function has the same effect than the old function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.