NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
State Struct Reference

Keep track when processing files. More...

#include "state.h"

Data Fields

FILE * fp_in
 File to read from.
 
FILE * fp_out
 File to write to.
 
const char * prefix
 String to add to the beginning of each output line.
 
StateFlags flags
 Flags, e.g. STATE_DISPLAY.
 
int wraplen
 Width to wrap lines to (when flags & STATE_DISPLAY)
 

Detailed Description

Keep track when processing files.

Definition at line 47 of file state.h.

Field Documentation

◆ fp_in

FILE* State::fp_in

File to read from.

Definition at line 49 of file state.h.

◆ fp_out

FILE* State::fp_out

File to write to.

Definition at line 50 of file state.h.

◆ prefix

const char* State::prefix

String to add to the beginning of each output line.

Definition at line 51 of file state.h.

◆ flags

StateFlags State::flags

Flags, e.g. STATE_DISPLAY.

Definition at line 52 of file state.h.

◆ wraplen

int State::wraplen

Width to wrap lines to (when flags & STATE_DISPLAY)

Definition at line 53 of file state.h.


The documentation for this struct was generated from the following file: