Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEveUtil.h File Reference
#include "TObject.h"
#include "TString.h"
#include "TError.h"
#include "GuiTypes.h"
#include <map>
#include <string>
#include <exception>
Include dependency graph for TEveUtil.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TEveException
 Exception class thrown by TEve classes and macros. More...
 
class  TEveGeoManagerHolder
 Exception safe wrapper for setting gGeoManager. More...
 
class  TEvePadHolder
 Exception safe wrapper for setting gPad. More...
 
class  TEveRefBackPtr
 Base-class for reference-counted objects with reverse references to TEveElement objects. More...
 
class  TEveRefCnt
 Base-class for reference-counted objects. More...
 
class  TEveUtil
 Standard utility functions for Eve. More...
 

Functions

TEveException operator+ (const TEveException &s1, const char *s2)
 
TEveException operator+ (const TEveException &s1, const std::string &s2)
 
TEveException operator+ (const TEveException &s1, const TString &s2)
 
bool operator== (const std::string &s, const TString &t)
 
bool operator== (const TString &t, const std::string &s)
 

Function Documentation

◆ operator+() [1/3]

Definition at line 428 of file TEveUtil.cxx.

◆ operator+() [2/3]

TEveException operator+ ( const TEveException & s1,
const std::string & s2 )

Definition at line 422 of file TEveUtil.cxx.

◆ operator+() [3/3]

Definition at line 425 of file TEveUtil.cxx.

◆ operator==() [1/2]

bool operator== ( const std::string & s,
const TString & t )

Definition at line 410 of file TEveUtil.cxx.

◆ operator==() [2/2]

bool operator== ( const TString & t,
const std::string & s )

Definition at line 407 of file TEveUtil.cxx.