#include <op.h>
Public Member Functions | |
context_t () | |
context_t (const ptr_op_t &_expr_op, const ptr_op_t &_op_to_find, std::ostream::pos_type *const _start_pos=NULL, std::ostream::pos_type *const _end_pos=NULL, const bool _relaxed=true) |
Public Attributes | |
std::ostream::pos_type * | end_pos |
ptr_op_t | expr_op |
ptr_op_t | op_to_find |
bool | relaxed |
std::ostream::pos_type * | start_pos |
|
inline |
std::ostream::pos_type* ledger::expr_t::op_t::context_t::end_pos |
Definition at line 292 of file op.h.
Referenced by context_t(), and context_t().
ptr_op_t ledger::expr_t::op_t::context_t::expr_op |
Definition at line 289 of file op.h.
Referenced by context_t().
ptr_op_t ledger::expr_t::op_t::context_t::op_to_find |
Definition at line 290 of file op.h.
Referenced by context_t().
bool ledger::expr_t::op_t::context_t::relaxed |
Definition at line 293 of file op.h.
Referenced by context_t(), and context_t().
std::ostream::pos_type* ledger::expr_t::op_t::context_t::start_pos |
Definition at line 291 of file op.h.
Referenced by context_t(), and context_t().