EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <string>
#include "Rtypes.h"
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
class | FairDbString |
Namespaces | |
namespace | FairUtilString |
Macros | |
#define | VECTOR |
#define | STRING |
Functions | |
Bool_t | FairUtilString::atob (const Char_t *s) |
Bool_t | FairUtilString::atob (const Char_t *s, Bool_t &isvalid) |
Int_t | FairUtilString::cmp_nocase (const std::string &s1, const std::string &s2) |
Int_t | FairUtilString::cmp_wildcard (const std::string &s, const std::string &w) |
void | FairUtilString::MakePrintable (const Char_t *in, std::string &out) |
void | FairUtilString::StringTok (std::vector< std::string > &ls, const std::string &str, const std::string &tok) |
Bool_t | FairUtilString::IsBool (const Char_t *s) |
Bool_t | FairUtilString::IsInt (const Char_t *s) |
Bool_t | FairUtilString::IsFloat (const Char_t *s) |
std::string | FairUtilString::ToLower (const std::string &str) |
std::string | FairUtilString::ToUpper (const std::string &str) |
template<class T > | |
std::string | FairUtilString::ToString (const T &t, std::ios_base &(*f)(std::ios_base &)=std::dec) |
#define STRING |
Definition at line 17 of file FairDbString.h.
View newest version in sPHENIX GitHub at line 17 of file FairDbString.h
#define VECTOR |
Definition at line 13 of file FairDbString.h.
View newest version in sPHENIX GitHub at line 13 of file FairDbString.h