The Gaudi Framework  master (37c0b60a)
ExceptionSvc.cpp File Reference
#include <algorithm>
#include <cassert>
#include <GaudiKernel/ISvcLocator.h>
#include "ExceptionSvc.h"
#include <boost/regex.hpp>
Include dependency graph for ExceptionSvc.cpp:

Go to the source code of this file.

Functions

void toupper (std::string &s)
 

Function Documentation

◆ toupper()

void toupper ( std::string s)
inline

Definition at line 36 of file ExceptionSvc.cpp.

36 { std::transform( s.begin(), s.end(), s.begin(), (int ( * )( int ))toupper ); }
toupper
void toupper(std::string &s)
Definition: ExceptionSvc.cpp:36
gaudirun.s
string s
Definition: gaudirun.py:346
std::transform
T transform(T... args)
std::string::begin
T begin(T... args)
std::string::end
T end(T... args)