gem5  v22.1.0.0
Classes | Namespaces
memoizer.hh File Reference
#include <functional>
#include <map>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  gem5::Memoizer< Ret, Args >
 This class takes a function as a constructor argument and memoizes it: every time the function gets invoked through the Memoizer object (see operator()), the result gets saved in the internal cache, ready to be retrieved next time an invokation is made with the same arguments. More...
 

Namespaces

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

Generated on Wed Dec 21 2022 10:22:53 for gem5 by doxygen 1.9.1