| cloudy
    trunk
    | 
#include <parser.h>

| Public Member Functions | |
| KeyAction (const char *keyword, const V &action) | |
| const char * | key (void) const | 
| void | operator() (realnum *v) const | 
| Private Attributes | |
| const char *const | m_keyword | 
| V | m_action | 
Links text string to an action on a specified argument
| 
 | inline | 
Definition at line 234 of file parser.h.
References KeyAction< V >::m_keyword.
Definition at line 238 of file parser.h.
References KeyAction< V >::m_action.
| 
 | private | 
Definition at line 229 of file parser.h.
Referenced by KeyAction< V >::operator()().
| 
 | private | 
Definition at line 228 of file parser.h.
Referenced by KeyAction< V >::key().
 1.8.5
 1.8.5