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

inout

You are here: irt.org | FOLDOC | inout

<programming> A type or "mode" of function parameter that passes information in both directions - from the caller to the function and back to the caller, combining the in and out modes. An "inout" parameter might be used where the function needs to read and update some data belonging to the caller as a side effect of its main purpose.

(2010-01-19)

Nearby terms: InnovAda « inode « in-order traversal « inout » IN point » Inprise Corporation » Input

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