The Gaudi Framework  v40r0 (475e45c1)
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