Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
cached_map.h File Reference

An abstract gadget that implements a finite cache for a factory. More...

Go to the source code of this file.

Classes

class  Inkscape::Util::cached_map< Tk, Tv, Hash, Compare >
 A cached_map<Tk, Tv> is designed for use by a factory that takes as input keys of type Tk and produces objects of type std::unique_ptr<Tv> in response. More...
 
struct  Inkscape::Util::cached_map< Tk, Tv, Hash, Compare >::Item
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Util
 Miscellaneous supporting code.
 

Detailed Description

An abstract gadget that implements a finite cache for a factory.

Definition in file cached_map.h.