|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Implementation file for functions from namespace GaudiAlg. More...
#include <string>#include "GaudiAlg/GaudiAlg.h"#include "boost/lexical_cast.hpp"
Go to the source code of this file.
Functions | |
| std::string | fileLine (const int number) |
| convers number into the string (remove the actual code duplication from namespaces GaudiAlgLocal and GaudiToolLocal | |
Implementation file for functions from namespace GaudiAlg.
Definition in file GaudiAlg.cpp.
| std::string fileLine | ( | const int | number ) |
convers number into the string (remove the actual code duplication from namespaces GaudiAlgLocal and GaudiToolLocal
| number | value |
Definition at line 37 of file GaudiAlg.cpp.
{ return boost::lexical_cast<std::string>( number ) ; }