#include <output.h>
Definition at line 119 of file output.h.
re2c::HeaderFile::HeaderFile |
( |
const char * |
fn | ) |
|
Definition at line 338 of file output.cc.
343 , file_name (fn ? fn :
"<stdout>.h")
re2c::HeaderFile::~HeaderFile |
( |
| ) |
|
Definition at line 361 of file output.cc.
365 std::string content = stream.str ();
366 fwrite (content.c_str (), 1, content.size (), file);
void re2c::HeaderFile::emit |
( |
const std::vector< std::string > & |
types | ) |
|
Definition at line 353 of file output.cc.
void output_line_info(std::ostream &o, uint32_t line_number, const char *file_name)
void output_types(std::ostream &o, uint32_t ind, const std::vector< std::string > &types)
void output_version_time(std::ostream &o)
bool re2c::HeaderFile::open |
( |
| ) |
|
Definition at line 347 of file output.cc.
349 file = fopen (file_name,
"wb");
The documentation for this struct was generated from the following files: