mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
New option --output-file.
This commit is contained in:
@@ -184,6 +184,9 @@ public:
|
||||
/* Returns the input file name. */
|
||||
const char * get_input_file_name () const;
|
||||
|
||||
/* Returns the output file name. */
|
||||
const char * get_output_file_name () const;
|
||||
|
||||
/* Returns the iterations value. */
|
||||
int get_iterations () const;
|
||||
|
||||
@@ -250,6 +253,9 @@ private:
|
||||
/* Name of input file. */
|
||||
char * _input_file_name;
|
||||
|
||||
/* Name of output file. */
|
||||
char * _output_file_name;
|
||||
|
||||
/* Amount to iterate when a collision occurs. */
|
||||
int _iterations;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user