The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Position.cpp
Go to the documentation of this file.
1
// ============================================================================
2
// Include files
3
// ============================================================================
4
#include "
Position.h
"
5
// ============================================================================
6
// STD & STL:
7
// ============================================================================
8
#include <string>
9
// ============================================================================
10
// Boost:
11
// ============================================================================
12
#include <boost/format.hpp>
13
std::string
Gaudi::Parsers::Position::ToString
()
const
14
{
15
return
str(
boost::format
(
"%1%: (%2%, %3%)"
) %
filename_
%
line_
%
column_
);
16
}
format
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
Definition:
MsgStream.cpp:120
Gaudi::Parsers::Position::column_
unsigned column_
Definition:
Position.h:33
std::string
STL class.
Gaudi::Parsers::Position::line_
unsigned line_
Definition:
Position.h:32
Gaudi::Parsers::Position::ToString
std::string ToString() const
Definition:
Position.cpp:13
Position.h
Gaudi::Parsers::Position::filename_
std::string filename_
Definition:
Position.h:31
GaudiCoreSvc
src
JobOptionsSvc
Position.cpp
Generated on Wed Aug 1 2018 23:20:54 for The Gaudi Framework by
1.8.11