Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

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.

Referenced by Dv::Util::Dispatcher< Application, Input, Value >::handle().

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

Definition at line 62 of file dispatch.h.

Referenced by Dv::Util::Dispatcher< Application, Input, Value >::handle().


The documentation for this struct was generated from the following file:
dvutil-0.13.15 [30 December, 2004]