The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
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 ); }
void toupper(std::string &s)