Aprepro 5.0x
Loading...
Searching...
No Matches
SEAMS::file_rec Struct Reference

#include <aprepro.h>

Collaboration diagram for SEAMS::file_rec:

Public Member Functions

 file_rec (const char *my_name, int line_num, bool is_temp, int loop_cnt)
 
 file_rec ()=default
 

Public Attributes

std::string name {"STDIN"}
 
symrecloop_index {nullptr}
 
double loop_increment {1}
 
int lineno {1}
 
int loop_count {0}
 
int loop_level {0}
 
bool tmp_file {false}
 

Constructor & Destructor Documentation

◆ file_rec() [1/2]

SEAMS::file_rec::file_rec ( const char * my_name,
int line_num,
bool is_temp,
int loop_cnt )
inline

◆ file_rec() [2/2]

SEAMS::file_rec::file_rec ( )
default

Member Data Documentation

◆ lineno

int SEAMS::file_rec::lineno {1}

◆ loop_count

int SEAMS::file_rec::loop_count {0}

◆ loop_increment

double SEAMS::file_rec::loop_increment {1}

◆ loop_index

symrec* SEAMS::file_rec::loop_index {nullptr}

◆ loop_level

int SEAMS::file_rec::loop_level {0}

◆ name

std::string SEAMS::file_rec::name {"STDIN"}

◆ tmp_file

bool SEAMS::file_rec::tmp_file {false}

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