A wrapper over a field name and an optional description; used in AddField()
and RUpdater::AddField()
Definition at line 147 of file RNTupleModel.hxx.
Public Member Functions | |
NameWithDescription_t (const char *name) | |
NameWithDescription_t (const std::string &name) | |
NameWithDescription_t (std::string_view name) | |
NameWithDescription_t (std::string_view name, std::string_view descr) | |
Public Attributes | |
std::string_view | fDescription = "" |
std::string_view | fName |
#include <ROOT/RNTupleModel.hxx>
|
inline |
Definition at line 148 of file RNTupleModel.hxx.
|
inline |
Definition at line 149 of file RNTupleModel.hxx.
|
inline |
Definition at line 150 of file RNTupleModel.hxx.
|
inline |
Definition at line 151 of file RNTupleModel.hxx.
std::string_view ROOT::Experimental::RNTupleModel::NameWithDescription_t::fDescription = "" |
Definition at line 154 of file RNTupleModel.hxx.
std::string_view ROOT::Experimental::RNTupleModel::NameWithDescription_t::fName |
Definition at line 153 of file RNTupleModel.hxx.