Runtime Dynamic Dispatch

PrevUpHomeNext

Dispatcher

The dispatcher is a key validating, key translating, partial associative container which associates keys to function pointers. Keys used to reference function pointers are validated using the Index Validator parameter to the dispatcher type, and translated using the Router parameter to the dispatcher type.

Copyright © 2006 ,2007 Dean Michael Berris

PrevUpHomeNext