#include "scope.h"Go to the source code of this file.
Classes | |
| class | ledger::item_t |
| struct | ledger::position_t |
Namespaces | |
| namespace | ledger |
Macros | |
| #define | ITEM_GENERATED 0x01 |
| #define | ITEM_INFERRED 0x08 |
| #define | ITEM_NORMAL 0x00 |
| #define | ITEM_NOTE_ON_NEXT_LINE 0x04 |
| #define | ITEM_TEMP 0x02 |
Functions | |
| value_t | ledger::get_comment (item_t &item) |
| string | ledger::item_context (const item_t &item, const string &desc) |
| void | ledger::print_item (std::ostream &out, const item_t &item, const string &prefix="") |
| void | ledger::put_metadata (property_tree::ptree &pt, const item_t::string_map &metadata) |
Definition in file item.h.
| #define ITEM_NORMAL 0x00 |
Definition at line 85 of file item.h.
Referenced by ledger::item_t::item_t(), ledger::post_t::post_t(), and ledger::post_t::post_t().