ExceptionSvc.cpp File Reference
#include <cassert>
#include <algorithm>
#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

void toupper ( std::string &  s)
inline

Definition at line 26 of file ExceptionSvc.cpp.

27 {
28  std::transform(s.begin(), s.end(), s.begin(),
29  (int(*)(int)) toupper);
30 }
string s
Definition: gaudirun.py:244
void toupper(std::string &s)