Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

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 <sstream>
#include <streambuf>
#include <algorithm>
#include <time.h>
#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.

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


Generated at Thu Sep 30 09:58:08 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004