Loading [MathJax]/jax/input/TeX/config.js
The Gaudi Framework  master (01b473db)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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