#include <input.h>
|
void | echo (FILE *ipOUT) |
void | init (void) |
Definition at line 27 of file input.h.
◆ echo()
void t_input::echo |
( |
FILE * | ipOUT | ) |
|
◆ init()
void t_input::init |
( |
void | | ) |
|
◆ readarray()
void t_input::readarray |
( |
char * | chCard, |
|
|
bool * | lgEOF ) |
|
private |
◆ Parser
get the next input command off the command stack if more then copy into chCard and set lgEOF false, if all command processed then set lgEOF true
- Parameters
-
*chCard | the input line string |
*lgEOF | true if hit end of file |
Definition at line 80 of file input.h.
References Parser.
Referenced by Parser.
◆ chCardSav
we will save the original (not caped) image of the line here
Definition at line 32 of file input.h.
Referenced by readarray().
◆ chDelimiter
char t_input::chDelimiter[3] |
delimiter character for file names, / for *nix, \ for win
Definition at line 42 of file input.h.
◆ chTitle
title entered with the title command
Definition at line 37 of file input.h.
◆ iReadWay
long int t_input::iReadWay |
+/-1, says whether to increment or decrement nRead, since init commands are at the bottom of the stack and we read backwards
Definition at line 56 of file input.h.
Referenced by init(), and readarray().
◆ lgBracketFound
bool t_input::lgBracketFound |
this is set true if left or right bracket, [ or ], present in input stream, which was set to space
Definition at line 67 of file input.h.
◆ lgSetNoBuffering
bool t_input::lgSetNoBuffering |
set true with no buffering command, used to print comment at end
Definition at line 70 of file input.h.
◆ lgUnderscoreFound
bool t_input::lgUnderscoreFound |
this is set true if underscore present in input stream, which was set to space
Definition at line 63 of file input.h.
◆ nRead
this points to the command we are now parsing, within the stack of commands
Definition at line 49 of file input.h.
Referenced by init(), and readarray().
◆ nReadSv
long int t_input::nReadSv |
saves current value of nRead, while parsing init commands
Definition at line 59 of file input.h.
Referenced by init(), and readarray().
◆ nSave
one less than the total number of lines read in with cdRead
Definition at line 46 of file input.h.
Referenced by readarray().
◆ nSaveIni
long int t_input::nSaveIni |
The documentation for this struct was generated from the following files:
- /home/iurt/rpmbuild/BUILD/cloudy-13.05-build/c13.05/source/input.h
- /home/iurt/rpmbuild/BUILD/cloudy-13.05-build/c13.05/source/input.cpp