Aprepro  5.0x
SEAMS::file_rec Struct Reference

#include <aprepro.h>

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"}
 
int lineno {0}
 
int loop_count {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 {0}

◆ loop_count

int SEAMS::file_rec::loop_count {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: