www.cryer.co.uk
Brian Cryer's Web Resources

Indirection

Indirection
To find something out by an indirect route. In computing an indirection means to look something up referring to something else. For example to get to an object using a pointer requires the address of the object to first to read from the pointer (in this case the pointer is being used to indirectly get the value of the object).