ROOT  6.06/09
Reference Guide
Classes | Functions
TEveUtil.h File Reference
#include "TObject.h"
#include "TString.h"
#include "TError.h"
#include "GuiTypes.h"
#include <list>
#include <map>
#include <set>
#include <exception>
+ Include dependency graph for TEveUtil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Functions

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

Function Documentation

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

Definition at line 428 of file TEveUtil.cxx.

TEveException operator+ ( const TEveException s1,
const TString s2 
)

Definition at line 431 of file TEveUtil.cxx.

TEveException operator+ ( const TEveException s1,
const char *  s2 
)

Definition at line 434 of file TEveUtil.cxx.

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

Definition at line 413 of file TEveUtil.cxx.

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

Definition at line 416 of file TEveUtil.cxx.