#include <memoize.hpp>
Definition at line 61 of file memoize.hpp.
| typedef D(* fun_type)(const S1 &) | 
Definition at line 62 of file memoize.hpp.
| static void end | ( | ) |  [inline, static] | 
Definition at line 65 of file memoize.hpp.
00065 { 00066 busy= false; 00067 t= table<D,S1,table_variant> (); }
| static void start | ( | ) |  [inline, static] | 
Definition at line 68 of file memoize.hpp.
References memoizer< V >::end(), and memoizer< V >::to_clean.
| bool busy = false  [inline, static] | 
Definition at line 63 of file memoize.hpp.
| table< D, S1, typename V::table_variant > t = table<D,S1,typename V::table_variant> ()  [inline, static] | 
Definition at line 64 of file memoize.hpp.
 1.6.1
 1.6.1