The Gaudi Framework  v29r0 (ff2e7097)
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>
14 {
15  return str( boost::format( "%1%: (%2%, %3%)" ) % filename_ % line_ % column_ );
16 }
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
Definition: MsgStream.cpp:120
STL class.
std::string ToString() const
Definition: Position.cpp:13
std::string filename_
Definition: Position.h:31