Helper data structure for buffering word counts.
More...
|
| GString * | buffer |
| | The GString buffer to write to. More...
|
| |
| int | skip |
| | The amount of entries to skip at start. More...
|
| |
| int | limit |
| | The maximum number of entries to output or -1 for all. More...
|
| |
Helper data structure for buffering word counts.
Definition at line 11961 of file omp.c.
◆ buffer
| GString* buffer_counts_data_t::buffer |
The GString buffer to write to.
Definition at line 11963 of file omp.c.
◆ limit
| int buffer_counts_data_t::limit |
The maximum number of entries to output or -1 for all.
Definition at line 11965 of file omp.c.
◆ skip
| int buffer_counts_data_t::skip |
The amount of entries to skip at start.
Definition at line 11964 of file omp.c.
The documentation for this struct was generated from the following file: