#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
Definition at line 232 of file parser.h.
| const char* KeyAction< V >::key | ( | void | ) | const [inline] |
Definition at line 239 of file parser.h.
References KeyAction< V >::m_keyword.
Definition at line 243 of file parser.h.
References KeyAction< V >::m_action.
Definition at line 234 of file parser.h.
Referenced by KeyAction< V >::operator()().
Definition at line 233 of file parser.h.
Referenced by KeyAction< V >::key().
1.6.1