Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

function inlining

You are here: irt.org | FOLDOC | function inlining

<programming> Defining a member function's implementation within the class where it was also declared. This is usually reserved for small functions since the inline function must be re-compiled for every instance of the class.

(2007-03-22)

Nearby terms: function application « function complete « Function Graph Language « function inlining » function key » Function Point Analysis » functor

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb