ROOT 6.18/05 Reference Guide |
Holds the static meta-data of a column in a tree.
Definition at line 69 of file RColumnModel.hxx.
Public Member Functions | |
RColumnModel () | |
RColumnModel (std::string_view name, EColumnType type, bool isSorted) | |
Detail::RColumnElementBase * | GenerateElement () |
std::size_t | GetElementSize () const |
bool | GetIsSorted () const |
std::string | GetName () const |
EColumnType | GetType () const |
bool | operator== (const RColumnModel &other) const |
Private Attributes | |
bool | fIsSorted |
std::string | fName |
EColumnType | fType |
#include <ROOT/RColumnModel.hxx>
|
inline |
Definition at line 76 of file RColumnModel.hxx.
|
inline |
Definition at line 77 of file RColumnModel.hxx.
Detail::RColumnElementBase * ROOT::Experimental::RColumnModel::GenerateElement | ( | ) |
|
inline |
Definition at line 80 of file RColumnModel.hxx.
|
inline |
Definition at line 83 of file RColumnModel.hxx.
|
inline |
Definition at line 81 of file RColumnModel.hxx.
|
inline |
Definition at line 82 of file RColumnModel.hxx.
|
inline |
Definition at line 86 of file RColumnModel.hxx.
|
private |
Definition at line 73 of file RColumnModel.hxx.
|
private |
Definition at line 71 of file RColumnModel.hxx.
|
private |
Definition at line 72 of file RColumnModel.hxx.