Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RColumnModel Class Reference

Holds the static meta-data of a column in a tree.

Definition at line 61 of file RColumnModel.hxx.

Public Member Functions

 RColumnModel ()
 
 RColumnModel (EColumnType type, bool isSorted)
 
bool GetIsSorted () const
 
EColumnType GetType () const
 
bool operator== (const RColumnModel &other) const
 

Private Attributes

bool fIsSorted
 
EColumnType fType
 

#include <ROOT/RColumnModel.hxx>

Constructor & Destructor Documentation

◆ RColumnModel() [1/2]

ROOT::Experimental::RColumnModel::RColumnModel ( )
inline

Definition at line 67 of file RColumnModel.hxx.

◆ RColumnModel() [2/2]

ROOT::Experimental::RColumnModel::RColumnModel ( EColumnType  type,
bool  isSorted 
)
inline

Definition at line 68 of file RColumnModel.hxx.

Member Function Documentation

◆ GetIsSorted()

bool ROOT::Experimental::RColumnModel::GetIsSorted ( ) const
inline

Definition at line 71 of file RColumnModel.hxx.

◆ GetType()

EColumnType ROOT::Experimental::RColumnModel::GetType ( ) const
inline

Definition at line 70 of file RColumnModel.hxx.

◆ operator==()

bool ROOT::Experimental::RColumnModel::operator== ( const RColumnModel other) const
inline

Definition at line 73 of file RColumnModel.hxx.

Member Data Documentation

◆ fIsSorted

bool ROOT::Experimental::RColumnModel::fIsSorted
private

Definition at line 64 of file RColumnModel.hxx.

◆ fType

EColumnType ROOT::Experimental::RColumnModel::fType
private

Definition at line 63 of file RColumnModel.hxx.

Libraries for ROOT::Experimental::RColumnModel:

The documentation for this class was generated from the following file: