Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
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.

{
std::transform(s.begin(), s.end(), s.begin(),
(int(*)(int)) toupper);
}

Generated at Wed Jun 4 2014 14:48:59 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004