Dv::Util::Dispatcher< Application, Input, Value >::Entry Struct Reference

Type of entry in dispatch table: if value is key, h will be called. More...

#include <dispatch.h>

List of all members.

Public Attributes

Value key
Handler h

Detailed Description

template<class Application, typename Input, typename Value>
struct Dv::Util::Dispatcher< Application, Input, Value >::Entry

Type of entry in dispatch table: if value is key, h will be called.

Definition at line 62 of file dispatch.h.


Member Data Documentation

template<class Application , typename Input , typename Value >
Value Dv::Util::Dispatcher< Application, Input, Value >::Entry::key

Definition at line 62 of file dispatch.h.

template<class Application , typename Input , typename Value >
Handler Dv::Util::Dispatcher< Application, Input, Value >::Entry::h

Definition at line 62 of file dispatch.h.


The documentation for this struct was generated from the following file:

dvutil-1.0.10 [ 5 December, 2009]