Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Functions

StatusCodeSvc.cpp File Reference

#include "StatusCodeSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for StatusCodeSvc.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 12 of file StatusCodeSvc.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 Jan 30 2012 13:53:06 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004