Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiAlg.cpp File Reference


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.

#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


Function Documentation

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

Parameters:
number value
Returns:
string representation

Definition at line 32 of file GaudiAlg.cpp.

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


Generated at Wed Nov 11 16:24:02 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004