Definition at line 1937 of file OptionParser.h.
#include </home/sftnight/build/workspace/root-makedoc-v618/rootspi/rdoc/src/v6-18-00-patches/core/dictgen/res/OptionParser.h>
◆ LinePartIterator()
ROOT::option::PrintUsageImplementation::LinePartIterator::LinePartIterator |
( |
const Descriptor |
usage[] | ) |
|
|
inline |
◆ column()
int ROOT::option::PrintUsageImplementation::LinePartIterator::column |
( |
| ) |
|
|
inline |
Returns the index (counting from 0) of the column in which the part pointed to by data() is located.
Definition at line 2148 of file OptionParser.h.
◆ data()
const char * ROOT::option::PrintUsageImplementation::LinePartIterator::data |
( |
| ) |
|
|
inline |
Returns the current part of the iteration.
Definition at line 2182 of file OptionParser.h.
◆ length()
int ROOT::option::PrintUsageImplementation::LinePartIterator::length |
( |
| ) |
|
|
inline |
Returns the length of the part pointed to by data() in raw chars (not UTF-8 characters).
Definition at line 2165 of file OptionParser.h.
◆ line()
int ROOT::option::PrintUsageImplementation::LinePartIterator::line |
( |
| ) |
|
|
inline |
Returns the index (counting from 0) of the line within the current column this part belongs to.
Definition at line 2157 of file OptionParser.h.
◆ next()
bool ROOT::option::PrintUsageImplementation::LinePartIterator::next |
( |
| ) |
|
|
inline |
Moves iteration to the next part (if any).
Has to be called once after each call to nextRow() to move to the 1st part of the row.
- Return values
-
false | if moving to next part failed because no further part exists. |
See LinePartIterator for details about the iteration.
Definition at line 2076 of file OptionParser.h.
◆ nextRow()
bool ROOT::option::PrintUsageImplementation::LinePartIterator::nextRow |
( |
| ) |
|
|
inline |
Moves iteration to the next row (if any).
Has to be called once after each call to nextTable() to move to the 1st row of the table.
- Return values
-
false | if moving to next row failed because no further row exists. |
Definition at line 2026 of file OptionParser.h.
◆ nextTable()
bool ROOT::option::PrintUsageImplementation::LinePartIterator::nextTable |
( |
| ) |
|
|
inline |
Moves iteration to the next table (if any).
Has to be called once on a new LinePartIterator to move to the 1st table.
- Return values
-
false | if moving to next table failed because no further table exists. |
Definition at line 1993 of file OptionParser.h.
◆ restartRow()
void ROOT::option::PrintUsageImplementation::LinePartIterator::restartRow |
( |
| ) |
|
|
inline |
Reset iteration to the beginning of the current row.
Definition at line 2057 of file OptionParser.h.
◆ restartTable()
void ROOT::option::PrintUsageImplementation::LinePartIterator::restartTable |
( |
| ) |
|
|
inline |
Reset iteration to the beginning of the current table.
Definition at line 2014 of file OptionParser.h.
◆ screenLength()
int ROOT::option::PrintUsageImplementation::LinePartIterator::screenLength |
( |
| ) |
|
|
inline |
Returns the width in screen columns of the part pointed to by data().
Takes multi-byte UTF-8 sequences and wide characters into account.
Definition at line 2174 of file OptionParser.h.
◆ update_length()
void ROOT::option::PrintUsageImplementation::LinePartIterator::update_length |
( |
| ) |
|
|
inlineprivate |
◆ col
int ROOT::option::PrintUsageImplementation::LinePartIterator::col |
|
private |
◆ hit_target_line
bool ROOT::option::PrintUsageImplementation::LinePartIterator::hit_target_line |
|
private |
Flag whether we encountered a part with line index target_line_in_block in the current cell.
Definition at line 1949 of file OptionParser.h.
◆ len
int ROOT::option::PrintUsageImplementation::LinePartIterator::len |
|
private |
Length of the current part (that ptr points at) in BYTES.
Definition at line 1944 of file OptionParser.h.
◆ line_in_block
int ROOT::option::PrintUsageImplementation::LinePartIterator::line_in_block |
|
private |
Line index within the current cell of the current part.
Definition at line 1947 of file OptionParser.h.
◆ max_line_in_block
int ROOT::option::PrintUsageImplementation::LinePartIterator::max_line_in_block |
|
private |
Greatest index of a line within the block.
This is the number of \v within the cell with the most \vs.
Definition at line 1946 of file OptionParser.h.
◆ ptr
const char* ROOT::option::PrintUsageImplementation::LinePartIterator::ptr |
|
private |
Ptr to current part within the current row.
Definition at line 1942 of file OptionParser.h.
◆ rowdesc
const Descriptor* ROOT::option::PrintUsageImplementation::LinePartIterator::rowdesc |
|
private |
◆ rowstart
const char* ROOT::option::PrintUsageImplementation::LinePartIterator::rowstart |
|
private |
Ptr to 1st character of current row within rowdesc->help.
Definition at line 1941 of file OptionParser.h.
◆ screenlen
int ROOT::option::PrintUsageImplementation::LinePartIterator::screenlen |
|
private |
Length of the current part in screen columns (taking narrow/wide chars into account).
Definition at line 1945 of file OptionParser.h.
◆ tablestart
const Descriptor* ROOT::option::PrintUsageImplementation::LinePartIterator::tablestart |
|
private |
◆ target_line_in_block
int ROOT::option::PrintUsageImplementation::LinePartIterator::target_line_in_block |
|
private |
Line index of the parts we should return to the user on this iteration.
Definition at line 1948 of file OptionParser.h.
The documentation for this class was generated from the following file: