![]() |
ATLAS Offline Software
|
#include <string>
#include <vector>
#include <iostream>
Go to the source code of this file.
Functions | |
std::string | chop (std::string &, const std::string &) |
std::string | chomp (std::string &, const std::string &) |
std::string | choptoken (std::string &, const std::string &) |
std::string | chomptoken (std::string &, const std::string &) |
void | removespace (std::string &s, const std::string &s2=" \t") |
void | replace (std::string &s, const std::string &s2=" \t", const std::string &s3="-") |
void | replace (std::string &s, char c1, char c2) noexcept |
std::string | chopfirst (std::string &s1, const std::string &s2="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.:/") |
std::string | choplast (std::string &s1, const std::string &s2="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_") |
std::string | chopends (std::string &s1, const std::string &s2=" \t") |
std::string | basename (std::string name) |
std::string | dirname (std::string name) |
void | depunctuate (std::string &) |
double | deltaPhi (double, double) |
bool | canopen (const std::string &) |
std::string | number (const int &i, const std::string &s="%d") |
std::string | number (const double &d, const std::string &s="%lf") |
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file utils.h.
std::string basename | ( | std::string | name | ) |
bool canopen | ( | const std::string & | ) |
std::string chomp | ( | std::string & | , |
const std::string & | |||
) |
std::string chomptoken | ( | std::string & | , |
const std::string & | |||
) |
std::string chop | ( | std::string & | , |
const std::string & | |||
) |
std::string chopends | ( | std::string & | s1, |
const std::string & | s2 = " \t" |
||
) |
std::string chopfirst | ( | std::string & | s1, |
const std::string & | s2 = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.:/" |
||
) |
std::string choplast | ( | std::string & | s1, |
const std::string & | s2 = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_" |
||
) |
std::string choptoken | ( | std::string & | , |
const std::string & | |||
) |
double deltaPhi | ( | double | , |
double | |||
) |
void depunctuate | ( | std::string & | ) |
std::string dirname | ( | std::string | name | ) |
void removespace | ( | std::string & | s, |
const std::string & | s2 = " \t" |
||
) |
|
noexcept |