All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiAlg.cpp File Reference

Implementation file for functions from namespace GaudiAlg. More...

#include <string>
#include "GaudiAlg/GaudiAlg.h"
#include "boost/lexical_cast.hpp"
Include dependency graph for GaudiAlg.cpp:

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 More...
 

Detailed Description

Implementation file for functions from namespace GaudiAlg.

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
Date
2005-08-06

Definition in file GaudiAlg.cpp.

Function Documentation

std::string fileLine ( const int  number)

convers number into the string (remove the actual code duplication from namespaces GaudiAlgLocal and GaudiToolLocal

Parameters
numbervalue
Returns
string representation

Definition at line 37 of file GaudiAlg.cpp.

38 { return boost::lexical_cast<std::string>( number ) ; }