All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Position.cpp
Go to the documentation of this file.
1 // $Id:$
2 // ============================================================================
3 // Include files
4 // ============================================================================
5 #include "Position.h"
6 // ============================================================================
7 // STD & STL:
8 // ============================================================================
9 #include <string>
10 // ============================================================================
11 // Boost:
12 // ============================================================================
13 #include <boost/format.hpp>
15  return str(boost::format("%1%: (%2%, %3%)") % filename_ % line_ % column_);
16 }
17