Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::RColumnDescriptor::RValueRange Struct Reference

Definition at line 167 of file RNTupleDescriptor.hxx.

Public Member Functions

 RValueRange ()=default
 
 RValueRange (double min, double max)
 
 RValueRange (std::pair< double, double > range)
 
bool operator!= (RValueRange other) const
 
bool operator== (RValueRange other) const
 

Public Attributes

double fMax = 0
 
double fMin = 0
 

#include <ROOT/RNTupleDescriptor.hxx>

Constructor & Destructor Documentation

◆ RValueRange() [1/3]

ROOT::RColumnDescriptor::RValueRange::RValueRange ( )
default

◆ RValueRange() [2/3]

ROOT::RColumnDescriptor::RValueRange::RValueRange ( double min,
double max )
inline

Definition at line 171 of file RNTupleDescriptor.hxx.

◆ RValueRange() [3/3]

ROOT::RColumnDescriptor::RValueRange::RValueRange ( std::pair< double, double > range)
inline

Definition at line 172 of file RNTupleDescriptor.hxx.

Member Function Documentation

◆ operator!=()

bool ROOT::RColumnDescriptor::RValueRange::operator!= ( RValueRange other) const
inline

Definition at line 175 of file RNTupleDescriptor.hxx.

◆ operator==()

bool ROOT::RColumnDescriptor::RValueRange::operator== ( RValueRange other) const
inline

Definition at line 174 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fMax

double ROOT::RColumnDescriptor::RValueRange::fMax = 0

Definition at line 168 of file RNTupleDescriptor.hxx.

◆ fMin

double ROOT::RColumnDescriptor::RValueRange::fMin = 0

Definition at line 168 of file RNTupleDescriptor.hxx.

Collaboration diagram for ROOT::RColumnDescriptor::RValueRange:
[legend]

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