|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#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 | |
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
convers number into the string (remove the actual code duplication from namespaces GaudiAlgLocal and GaudiToolLocal
| number | value |
Definition at line 32 of file GaudiAlg.cpp.
00033 { return boost::lexical_cast<std::string>( number ) ; } ;