#include <budget.hpp>
Definition at line 50 of file budget.hpp.
Public Member Functions | |
budget () | |
data::dictionary< unsigned int, string > & | get_data () |
void | reset () |
~budget () | |
Static Public Member Functions | |
static T * | global_instance () |
Private Attributes | |
data::dictionary< unsigned int, string > | data |
budget | ( | ) |
Definition at line 51 of file budget.cpp.
~budget | ( | ) |
Definition at line 57 of file budget.cpp.
data::dictionary<unsigned int, string>& get_data | ( | ) | [inline] |
Definition at line 58 of file budget.hpp.
Referenced by application::draw_budget(), and budget_record::~budget_record().
static T* global_instance | ( | ) | [inline, static, inherited] |
Reimplemented in broker, global_register, logger, global_register< gsgl::data::broker_creator, gsgl::data::dictionary< gsgl::data::broker_creator *, gsgl::string > >, global_register< gsgl::data::log_target, gsgl::data::list< gsgl::data::log_target * > >, and global_register< gsgl::data::log_target >.
Definition at line 70 of file singleton.hpp.
Referenced by widget::button_down_here(), font::font(), tabbox::handle_event(), material::material(), model_part::model_part(), and texture::texture().
void reset | ( | ) |
Definition at line 62 of file budget.cpp.
References budget::data.
Referenced by application::run().
data::dictionary<unsigned int, string> data [private] |