Logo ROOT   6.12/07
Reference Guide
Functions
TEveUtil.cxx File Reference
#include "TEveUtil.h"
#include "TEveElement.h"
#include "TEveManager.h"
#include "TError.h"
#include "TGeoManager.h"
#include "TGeoMatrix.h"
#include "TClass.h"
#include "TMath.h"
#include "TStyle.h"
#include "TColor.h"
#include "TROOT.h"
#include "TInterpreter.h"
#include "TSystem.h"
#include "TGClient.h"
#include "TGMimeTypes.h"
#include "Riostream.h"
#include <list>
#include <algorithm>
#include <string>
Include dependency graph for TEveUtil.cxx:

Functions

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)
 
bool operator== (const TString &t, const std::string &s)
 
bool operator== (const std::string &s, const TString &t)
 

Function Documentation

◆ operator+() [1/3]

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

Definition at line 428 of file TEveUtil.cxx.

◆ operator+() [2/3]

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

Definition at line 431 of file TEveUtil.cxx.

◆ operator+() [3/3]

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

Definition at line 434 of file TEveUtil.cxx.

◆ operator==() [1/2]

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

Definition at line 413 of file TEveUtil.cxx.

◆ operator==() [2/2]

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

Definition at line 416 of file TEveUtil.cxx.