#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>Go to the source code of this file.
Functions | |
| ClassImp (TEveUtil) | |
| void | ChompTailAndDir (TString &s, char c='.') |
| ClassImp (TEveException) | |
| 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) |
| ClassImp (TEvePadHolder) | |
| ClassImp (TEveGeoManagerHolder) | |
| ClassImp (TEveRefCnt) | |
| ClassImp (TEveRefBackPtr) | |
| void @2071::ChompTailAndDir | ( | TString & | s, | |
| char | c = '.' | |||
| ) | [static] |
Definition at line 126 of file TEveUtil.cxx.
References c, kNPOS, ls(), p, and s.
Referenced by TEveUtil::CheckMacro(), and TEveUtil::Macro().
| ClassImp | ( | TEveRefBackPtr | ) |
| ClassImp | ( | TEveRefCnt | ) |
| ClassImp | ( | TEveGeoManagerHolder | ) |
| ClassImp | ( | TEvePadHolder | ) |
| ClassImp | ( | TEveException | ) |
| ClassImp | ( | TEveUtil | ) |
| TEveException operator+ | ( | const TEveException & | s1, | |
| const char * | s2 | |||
| ) |
Definition at line 448 of file TEveUtil.cxx.
| TEveException operator+ | ( | const TEveException & | s1, | |
| const TString & | s2 | |||
| ) |
Definition at line 445 of file TEveUtil.cxx.
| TEveException operator+ | ( | const TEveException & | s1, | |
| const std::string & | s2 | |||
| ) |
Definition at line 442 of file TEveUtil.cxx.
| bool operator== | ( | const std::string & | s, | |
| const TString & | t | |||
| ) |
Definition at line 430 of file TEveUtil.cxx.
| bool operator== | ( | const TString & | t, | |
| const std::string & | s | |||
| ) |
Definition at line 427 of file TEveUtil.cxx.
1.5.1