Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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

Detailed Description

Implementation file for functions from namespace GaudiAlg.

Author:
Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.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:
number value
Returns:
string representation

Definition at line 37 of file GaudiAlg.cpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:25:32 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004