#include <input.h>
◆ t_input()
◆ ~t_input()
◆ chName()
const char * t_input::chName |
( |
| ) |
const |
|
inlinevirtual |
◆ clear()
◆ comment()
◆ echo()
void t_input::echo |
( |
FILE * | ipOUT | ) |
const |
◆ init()
called when 'init' command hit, to reset counters for placing line images within the storage array
References nRead.
◆ peekarray()
string t_input::peekarray |
( |
bool * | lgEOF | ) |
|
|
private |
similar to readarray, except that it reads the next command without actually retrieving it, this is useful to determine if the next line is a continuation of the current command
peekarray look ahead at the next command, but do not retrieve it yet
References crd, DEBUG_ENTRY, and nRead.
◆ readarray()
string t_input::readarray |
( |
bool * | lgEOF | ) |
|
|
private |
return the next input command off the command stack if this exists, return input line and set lgEOF false, if none left, return empty string and set lgEOF true.
- Parameters
-
*lgEOF | true if end of file hit |
readarray read input commands from array where images are stored * and return this command
References crd, DEBUG_ENTRY, fprintf(), ioQQQ, nRead, and trace.
◆ zero()
void t_input::zero |
( |
void | | ) |
|
|
inlinevirtual |
◆ Parser
◆ chTitle
title entered with the title command
◆ crd
◆ curInclLevel
int t_input::curInclLevel |
curInclLevel is the current value of the include level stored in CardInfo
Referenced by clear().
◆ lgBracketFound
bool t_input::lgBracketFound |
this is set true if left or right bracket, [ or ], present in input stream, which was set to space
Referenced by clear().
◆ lgInitPresent
bool t_input::lgInitPresent |
this is set true if an init file was used in the input deck
Referenced by clear().
◆ lgSetNoBuffering
bool t_input::lgSetNoBuffering |
set true with no buffering command, used to print comment at end
Referenced by t_input().
◆ lgUnderscoreFound
bool t_input::lgUnderscoreFound |
this is set true if underscore present in input stream, which was set to space
Referenced by clear().
◆ lgVisibilityStatus
bool t_input::lgVisibilityStatus |
current visibility status due to the PRINT ON / OFF commands
◆ nRead
The documentation for this struct was generated from the following files: