A wrapper over a field name and an optional description; used in AddField()
and RUpdater::AddField()
Definition at line 128 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 129 of file RNTupleModel.hxx.
|
inline |
Definition at line 130 of file RNTupleModel.hxx.
|
inline |
Definition at line 131 of file RNTupleModel.hxx.
|
inline |
Definition at line 132 of file RNTupleModel.hxx.
std::string_view ROOT::Experimental::RNTupleModel::NameWithDescription_t::fDescription = "" |
Definition at line 135 of file RNTupleModel.hxx.
std::string_view ROOT::Experimental::RNTupleModel::NameWithDescription_t::fName |
Definition at line 134 of file RNTupleModel.hxx.