Loading...
Searching...
No Matches
expr.h File Reference
#include "exprbase.h"
#include "value.h"
+ Include dependency graph for expr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ledger::expr_t
 
class  ledger::merged_expr_t
 

Namespaces

namespace  ledger
 

Functions

expr_t::ptr_op_t ledger::as_expr (const value_t &val)
 
value_t ledger::expr_value (expr_t::ptr_op_t op)
 
bool ledger::is_expr (const value_t &val)
 Dealing with expr pointers tucked into value objects.
 
void ledger::set_expr (value_t &val, expr_t::ptr_op_t op)
 
value_t ledger::source_command (call_scope_t &scope)
 

Detailed Description

Author
John Wiegley

Definition in file expr.h.