#include "expr.h"
Go to the source code of this file.
Classes | |
struct | ledger::expr_t::op_t::context_t |
class | ledger::expr_t::op_t |
Namespaces | |
namespace | ledger |
Macros | |
#define | MAKE_FUNCTOR(x) expr_t::op_t::wrap_functor(bind(&x, this, _1)) |
#define | WRAP_FUNCTOR(x) expr_t::op_t::wrap_functor(x) |
Functions | |
string | ledger::op_context (const expr_t::ptr_op_t op, const expr_t::ptr_op_t locus=NULL) |
value_t | ledger::split_cons_expr (expr_t::ptr_op_t op) |
Definition in file op.h.
#define MAKE_FUNCTOR | ( | x | ) | expr_t::op_t::wrap_functor(bind(&x, this, _1)) |
Definition at line 342 of file op.h.
Referenced by ledger::value_scope_t::lookup().