#include "account.h"
#include "journal.h"
#include "context.h"
#include "option.h"
#include "commodity.h"
Go to the source code of this file.
Classes | |
struct | ledger::session_t::check_payeesoption_t |
Option handlers. More... | |
struct | ledger::ComparePaths |
struct | ledger::session_t::day_breakoption_t |
struct | ledger::session_t::decimal_commaoption_t |
struct | ledger::session_t::downloadoption_t |
struct | ledger::session_t::explicitoption_t |
struct | ledger::session_t::file_option_t |
struct | ledger::session_t::hashes_option_t |
struct | ledger::session_t::input_date_format_option_t |
struct | ledger::session_t::master_account_option_t |
struct | ledger::session_t::no_aliasesoption_t |
struct | ledger::session_t::pedanticoption_t |
struct | ledger::session_t::permissiveoption_t |
struct | ledger::session_t::price_db_option_t |
struct | ledger::session_t::price_exp_option_t |
struct | ledger::session_t::recursive_aliasesoption_t |
class | ledger::session_t |
struct | ledger::session_t::strictoption_t |
struct | ledger::session_t::time_colonoption_t |
struct | ledger::session_t::value_expr_option_t |
Namespaces | |
namespace | ledger |
Macros | |
#define | COMMA , |
Functions | |
void | ledger::set_session_context (session_t *session) |
Set the current session context, transferring all static globals to point at the data structures related to this session. | |
Definition in file session.h.