#include <budget.hpp>

Definition at line 65 of file budget.hpp.
Public Member Functions | |
| budget_record (const string &category) | |
| ~budget_record () | |
Private Attributes | |
| string | category |
| budget * | parent |
| unsigned int | start_tick |
| budget_record | ( | const string & | category | ) |
Definition at line 71 of file budget.cpp.
References assert, budget_record::parent, and budget_record::start_tick.
| ~budget_record | ( | ) |
Definition at line 79 of file budget.cpp.
References budget_record::category, budget::get_data(), budget_record::parent, and budget_record::start_tick.
Definition at line 67 of file budget.hpp.
Referenced by budget_record::budget_record(), and budget_record::~budget_record().
unsigned int start_tick [private] |
Definition at line 68 of file budget.hpp.
Referenced by budget_record::budget_record(), and budget_record::~budget_record().
1.5.5