Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiAlg
src
lib
GaudiAlg.cpp
Go to the documentation of this file.
1
// $Id: GaudiAlg.cpp,v 1.4 2005/11/18 17:28:32 mato Exp $
2
// ============================================================================
3
// Include files
4
// ============================================================================
5
// STD & STL
6
// ============================================================================
7
#include <
string
>
8
// ============================================================================
9
// GaudiAlg
10
// ============================================================================
11
#include "
GaudiAlg/GaudiAlg.h
"
12
// ============================================================================
13
// Boots
14
// ============================================================================
15
#ifdef __ICC
16
// disable icc remark #2259: non-pointer conversion from "X" to "Y" may lose significant bits
17
// coming from boost/lexical_cast.hpp
18
#pragma warning(disable:2259)
19
#endif
20
#include "boost/lexical_cast.hpp"
21
// ============================================================================
22
29
// ============================================================================
36
// ============================================================================
37
std::string
fileLine
(
const
int
number )
38
{
return
boost::lexical_cast<
std::string
>( number ) ; }
39
// ============================================================================
Generated at Wed Nov 28 2012 12:17:10 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004