Meaning of WRAPPER
Pronunciation: | | 'rapur
|
WordNet Dictionary |
|
| Definition: | |
- [n] a loose dressing gown for women
- [n] cloak that is folded or wrapped around a person
- [n] the covering (usually paper or cellophane) in which something is wrapped
|
|
| Sponsored Links: | |
|
|
| Synonyms: | | housecoat, neglige, negligee, peignoir, wrap, wrapping |
|
| See Also: | | brunch coat, camisole, cloak, covering, dressing gown, envelope, film, gift wrapping, jacket, lounging robe, plastic film, plastic wrap, robe-de-chambre | |
Webster's 1913 Dictionary |
|
| Definition: | | \Wrap"per\, n.
1. One who, or that which, wraps.
2. That in which anything is wrapped, or inclosed; envelope;
covering.
3. Specifically, a loose outer garment; an article of dress
intended to be wrapped round the person; as, a morning
wrapper; a gentleman's wrapper.
|
|
Computing Dictionary |
|
| Definition: | | Code which is combined with another piece of code to determine how that code is executed. The wrapper acts as an interface between its caller and the wrapped code. This may be done for compatibility, e.g. if the wrapped code is in a different programming language or uses different calling conventions, or for security, e.g. to prevent the calling program from executing certain functions. The implication is that the wrapped code can only be accessed via the wrapper. |
|
|
|