1 #ifndef _library__memorywatch_list__hpp__included__
2 #define _library__memorywatch_list__hpp__included__
4 #include "memorywatch.hpp"
5 #include "mathexpr.hpp"
11 struct output_list
: public item_printer
15 void set_output(std::function
<void(const std::string
& n
, const std::string
& v
)> _fn
);
16 void show(const std::string
& iname
, const std::string
& val
);
19 GC::pointer
<mathexpr::mathexpr
> enabled
;
21 std::function
<void(const std::string
& n
, const std::string
& v
)> fn
;