Contains settings for printing and prints a summary of an RField instance.
This visitor is used by RNTupleReader::PrintInfo()
Definition at line 132 of file RFieldVisitor.hxx.
Private Attributes | |
| int | fAvailableSpaceKeyString |
| int | fAvailableSpaceValueString |
| int | fDeepestLevel |
| int | fFieldNo = 1 |
| std::string | fFieldNoPrefix |
| char | fFrameSymbol |
| To render the output, use an asterix (*) by default to draw table lines and boundaries. | |
| int | fNumFields |
| std::ostream & | fOutput |
| Where to write the printout to. | |
| std::string | fTreePrefix |
| int | fWidth |
| Indicates maximal number of allowed characters per line. | |
#include <ROOT/RFieldVisitor.hxx>
|
inline |
Definition at line 149 of file RFieldVisitor.hxx.
|
inline |
Computes how many characters should be placed between the frame symbol and ':' for left and right side of ':' for visually pleasing output.
Definition at line 176 of file RFieldVisitor.hxx.
| void ROOT::Internal::RPrintSchemaVisitor::SetDeepestLevel | ( | int | d | ) |
Definition at line 52 of file RFieldVisitor.cxx.
|
inline |
Definition at line 158 of file RFieldVisitor.hxx.
| void ROOT::Internal::RPrintSchemaVisitor::SetNumFields | ( | int | n | ) |
Definition at line 57 of file RFieldVisitor.cxx.
|
inline |
Definition at line 159 of file RFieldVisitor.hxx.
|
finalvirtual |
Prints summary of Field.
Implements ROOT::Detail::RFieldVisitor.
Definition at line 63 of file RFieldVisitor.cxx.
|
finalvirtual |
Reimplemented from ROOT::Detail::RFieldVisitor.
Definition at line 93 of file RFieldVisitor.cxx.
|
private |
Definition at line 142 of file RFieldVisitor.hxx.
|
private |
Definition at line 143 of file RFieldVisitor.hxx.
|
private |
Definition at line 140 of file RFieldVisitor.hxx.
|
private |
Definition at line 144 of file RFieldVisitor.hxx.
|
private |
Definition at line 146 of file RFieldVisitor.hxx.
|
private |
To render the output, use an asterix (*) by default to draw table lines and boundaries.
Definition at line 137 of file RFieldVisitor.hxx.
|
private |
Definition at line 141 of file RFieldVisitor.hxx.
|
private |
Where to write the printout to.
Definition at line 135 of file RFieldVisitor.hxx.
|
private |
Definition at line 145 of file RFieldVisitor.hxx.
|
private |
Indicates maximal number of allowed characters per line.
Definition at line 139 of file RFieldVisitor.hxx.