The Gaudi Framework  v29r0 (ff2e7097)
StatusCodeSvc.cpp File Reference
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 10 of file StatusCodeSvc.cpp.

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