Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
fileinfo Class Reference

Class for caching/storing gathered temp output files. More...

#include <datagatherer.hpp>

Collaboration diagram for fileinfo:
[legend]

Public Member Functions

 fileinfo ()
 

Public Attributes

int filesize
 number of characters. More...
 
int filecount
 current index of file. like 0 in real_solutions0 More...
 
int num_found_solns
 the most recent number of found solutions. More...
 
std::string runningfile
 file text More...
 
int parser_index
 the parser switch index. More...
 

Detailed Description

Class for caching/storing gathered temp output files.

stores data related to a gathered file, such as the number of found solutions, the parser switch index, the file text and size, and the current number of the file.

Definition at line 47 of file datagatherer.hpp.

Constructor & Destructor Documentation

fileinfo::fileinfo ( )
inline

default constructor

Definition at line 53 of file datagatherer.hpp.

References filecount, filesize, num_found_solns, parser_index, and runningfile.

Member Data Documentation

int fileinfo::filecount

current index of file. like 0 in real_solutions0

Definition at line 60 of file datagatherer.hpp.

Referenced by fileinfo().

int fileinfo::filesize

number of characters.

Definition at line 59 of file datagatherer.hpp.

Referenced by fileinfo().

int fileinfo::num_found_solns

the most recent number of found solutions.

Definition at line 61 of file datagatherer.hpp.

Referenced by fileinfo().

int fileinfo::parser_index

the parser switch index.

Definition at line 65 of file datagatherer.hpp.

Referenced by datagatherer::add_file_to_save(), and fileinfo().

std::string fileinfo::runningfile

file text

Definition at line 63 of file datagatherer.hpp.

Referenced by fileinfo().


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