| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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 teh 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 teh 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 ) ; } ;

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:16 2011 for GaudiAlg by doxygen 1.4.7