Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

ExceptionSvc.cpp File Reference

#include <cassert>
#include <algorithm>
#include "GaudiKernel/SvcFactory.h"
#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 29 of file ExceptionSvc.cpp.

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


Generated at Mon May 3 12:20:23 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004