The Gaudi Framework  v29r0 (ff2e7097)
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

void toupper ( std::string s)
inline

Definition at line 26 of file ExceptionSvc.cpp.

26 { std::transform( s.begin(), s.end(), s.begin(), (int ( * )( int ))toupper ); }
T end(T...args)
T begin(T...args)
T transform(T...args)
void toupper(std::string &s)