rlmm::command Struct Reference
[The Readline classes.]

#include <rlmm/command.hh>

List of all members.


Detailed Description

Command.

Abstract base class for commands


Public Member Functions

bool have_explicit () const
int argument () const
bool dispatched () const
virtual int operator() (int count, int key)=0


Member Function Documentation

int rlmm::command::argument  )  const [inline]
 

The numeric explicit argument.

bool rlmm::command::dispatched  )  const [inline]
 

true if called via readlines key_mapping.

bool rlmm::command::have_explicit  )  const [inline]
 

true if user gave explict argument.

virtual int rlmm::command::operator() int  count,
int  key
[pure virtual]
 

Abstract member function to be overloaded.


The documentation for this struct was generated from the following file:
Top of page
Last update Fri Aug 26 15:19:53 2005
Christian Holm
Created by DoxyGen 1.4.4