Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,902,504,516 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

inline

   Also found in: Dictionary/thesaurus, Financial, Acronyms, Wikipedia 0.01 sec.
inline
(1) Interspersed within other source code. See inline code.

(2) Between two hardware devices. For example, a network device that is placed between the user's machine and the network switch would be "inline." Contrast with a device that is attached only to the switch.
(programming)inline - (Or "unfold") To replace a function call with an instance of the function's body. Actual argument expressions are substituted for formal parameters as in beta reduction. Inlining is usually done as a compile-time transformation.

If done recklessly (e.g. attempting to inline a recursive function) the compiler will fail to terminate. If done over-enthusiastically the code size may increase exponentially, e.g. if function f calls g twice, and g calls h twice and h is inlined in g which is inlined in f (in either order) then there will be four copies of h's body in f.

See also linear argument, unfold/fold.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
The most reliable way to include CSS in an HTML email is to use inline styles.
Byline: Andy Walker A TIPTON-BASED club are searching for sponsors to help them get their skates on as they aim to bring inline hockey to the West Midlands.
Worldwide Computer Products News-13 July 2009-IceWEB's subsidiary InLINE to release IPLICITY 2.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.