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 }
T end(T...args)
T begin(T...args)
T transform(T...args)
void toupper(std::string &s)