#include <item.h>
Public Member Functions | |
position_t & | operator= (const position_t &pos) |
position_t () | |
position_t (const position_t &pos) | |
~position_t () throw () |
Public Attributes | |
std::size_t | beg_line |
std::istream::pos_type | beg_pos |
std::size_t | end_line |
std::istream::pos_type | end_pos |
path | pathname |
std::size_t | sequence |
|
inline |
Definition at line 57 of file item.h.
References beg_line, beg_pos, end_line, end_pos, position_t(), sequence, and TRACE_CTOR.
Referenced by operator=(), position_t(), position_t(), and ~position_t().
|
inline |
Definition at line 61 of file item.h.
References position_t(), and TRACE_CTOR.
|
inline |
Definition at line 65 of file item.h.
References position_t(), and TRACE_DTOR.
|
inline |
std::size_t ledger::position_t::beg_line |
Definition at line 52 of file item.h.
Referenced by operator=(), and position_t().
std::istream::pos_type ledger::position_t::beg_pos |
Definition at line 51 of file item.h.
Referenced by operator=(), and position_t().
std::size_t ledger::position_t::end_line |
Definition at line 54 of file item.h.
Referenced by operator=(), and position_t().
std::istream::pos_type ledger::position_t::end_pos |
Definition at line 53 of file item.h.
Referenced by operator=(), and position_t().
path ledger::position_t::pathname |
Definition at line 50 of file item.h.
Referenced by operator=().
std::size_t ledger::position_t::sequence |
Definition at line 55 of file item.h.
Referenced by operator=(), and position_t().