#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 TRACE_CTOR.
|
inline |
Definition at line 61 of file item.h.
References TRACE_CTOR.
|
inline |
Definition at line 65 of file item.h.
References TRACE_DTOR.
|
inline |
std::size_t ledger::position_t::beg_line |
Definition at line 52 of file item.h.
Referenced by operator=().
std::istream::pos_type ledger::position_t::beg_pos |
Definition at line 51 of file item.h.
Referenced by operator=().
std::size_t ledger::position_t::end_line |
Definition at line 54 of file item.h.
Referenced by operator=().
std::istream::pos_type ledger::position_t::end_pos |
Definition at line 53 of file item.h.
Referenced by operator=().
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=().