| 
    Cloudy
    
   Spectral Synthesis Code for Astrophysics 
   | 
 
#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 | 
References KeyAction< V >::m_keyword.
References KeyAction< V >::m_action.
      
  | 
  private | 
Referenced by KeyAction< V >::operator()().
      
  | 
  private | 
Referenced by KeyAction< V >::key().