#include <file_position.hpp>
Public Types | |
typedef StringT | string_type |
Public Member Functions | |
file_position () | |
file_position (string_type const &file_, std::size_t line_=1, std::size_t column_=1) | |
string_type const & | get_file () const |
std::size_t | get_line () const |
std::size_t | get_column () const |
void | set_file (string_type const &file_) |
void | set_line (std::size_t line_) |
void | set_column (std::size_t column_) |
typedef StringT boost::wave::util::file_position< StringT >::string_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
Referenced by boost::wave::util::operator==().
|
inline |
|
inline |
Referenced by boost::spirit::classic::position_policy< boost::wave::util::file_position_type >::next_char(), boost::spirit::classic::position_policy< boost::wave::util::file_position_type >::next_line(), and boost::spirit::classic::position_policy< boost::wave::util::file_position_type >::tabulation().
|
inline |
|
inline |