Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Functions

IssueLogger.cpp File Reference

#include "IssueLogger.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Tokenizer.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/Time.h"
#include <sstream>
#include <streambuf>
#include <algorithm>
#include "boost/bind.hpp"
Include dependency graph for IssueLogger.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 21 of file IssueLogger.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 Fri Sep 2 2011 16:25:09 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004