The Gaudi Framework  v29r0 (ff2e7097)
IssueLogger.cpp File Reference
#include "IssueLogger.h"
#include "GaudiKernel/AttribStringParser.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/Time.h"
#include <algorithm>
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 50 of file IssueLogger.cpp.

50 { std::transform( s.begin(), s.end(), s.begin(), (int ( * )( int ))toupper ); }
void toupper(std::string &s)
Definition: IssueLogger.cpp:50
T end(T...args)
T begin(T...args)
T transform(T...args)