All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ExceptionSvc.cpp File Reference
#include <cassert>
#include <algorithm>
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Tokenizer.h"
#include "ExceptionSvc.h"
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 25 of file ExceptionSvc.cpp.

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