Gaudi Framework, version v23r1

Home   Generated: Wed Feb 29 2012

Position.cpp

Go to the documentation of this file.
00001 // $Id:$
00002 // ============================================================================
00003 // Include files
00004 // ============================================================================
00005 #include "Position.h"
00006 // ============================================================================
00007 // STD & STL:
00008 // ============================================================================
00009 #include <string>
00010 // ============================================================================
00011 // Boost:
00012 // ============================================================================
00013 #include <boost/format.hpp>
00014 std::string Gaudi::Parsers::Position::ToString() const {
00015     return str(boost::format("%1%: (%2%, %3%)") % filename_ % line_ % column_);
00016 }
00017 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 29 2012 15:29:05 for Gaudi Framework, version v23r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004