#include <goto.h>
List of all members.
Detailed Description
The interpose_goto class is used to represent
Definition at line 26 of file goto.h.
Constructor & Destructor Documentation
The destructor.
Definition at line 21 of file goto.cc.
The constructor. It is private on purpose, use the create class method instead.
- Parameters:
-
deeper | Where to send the stateless key stream. |
Definition at line 26 of file goto.cc.
The default constructor. Do not use.
The copy constructor. Do not use.
- Parameters:
-
rhs | The right hand side of the initialization. |
Member Function Documentation
The create class method is used to create new dynamically allocated instance of this class.
- Parameters:
-
deeper | Where to send the stateless key stream. |
Definition at line 33 of file goto.cc.
The on_error_v method is used to report errors processing the key stream.
- Parameters:
-
fmt | The format of the error. This controls the numer and types of the following arguments. |
ap | The following arguments. |
Implements interpose.
Definition at line 75 of file goto.cc.
The on_opcode method is used to process keys that have a corresponding opcode.
- Parameters:
-
op | The opcode (usually a key stroke) of interest |
where | The source file location, or NULL if not available. |
Implements interpose.
Definition at line 40 of file goto.cc.
The assignment operator. Do not use.
- Parameters:
-
rhs | The right hand side of the assignment. |
The strict_memory_number_checking_required method is used to determine whether or not the number keys following M3~ keys (et al) must be followed by a digit key (true) or any key (false). The actual 1614P silently permits any key, and uses only the lower 4 bits.
Implements interpose.
Definition at line 67 of file goto.cc.
Member Data Documentation
The deeper instance variable is used to remember where to send the stateless key stream.
Definition at line 68 of file goto.h.
The documentation for this class was generated from the following files: