Gaudi Framework, version v22r1

Home   Generated: Mon Feb 28 2011
Functions

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.

{
  std::transform(s.begin(), s.end(), s.begin(), 
                 (int(*)(int)) toupper);
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Feb 28 2011 18:27:47 for Gaudi Framework, version v22r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004