Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveTypes.hxx File Reference
#include "RtypesCore.h"
#include <string>
#include <ostream>
Include dependency graph for REveTypes.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::REveException
 REveException Exception-type thrown by Eve classes. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 

Typedefs

typedef unsigned int ROOT::Experimental::ElementId_t
 
typedef ULong_t Pixel_t
 

Functions

REveException ROOT::Experimental::operator+ (const REveException &s1, const char *s2)
 
REveException ROOT::Experimental::operator+ (const REveException &s1, const std::string &s2)
 
REveException ROOT::Experimental::operator+ (const REveException &s1, const TString &s2)
 
REveException ROOT::Experimental::operator+ (const REveException &s1, ElementId_t x)
 
std::ostream & ROOT::Experimental::operator<< (std::ostream &s, const REveException &e)
 
bool ROOT::Experimental::operator== (const std::string &s, const TString &t)
 
bool ROOT::Experimental::operator== (const TString &t, const std::string &s)
 
RLogChannelROOT::Experimental::REveLog ()
 Log channel for Eve diagnostics.
 

Typedef Documentation

◆ Pixel_t

typedef ULong_t Pixel_t

Definition at line 21 of file REveTypes.hxx.