|
nsol
0.4.1
Nsol - Neuroscience Objects Library
|
This class allows to cache values. More...
#include <Cached.h>
Collaboration diagram for nsol::Cached< TYPE >:Protected Attributes | |
| std::map< unsigned int, TYPE > | _values |
| Container of the cached values. Is mutable to allow const methods to modify the cache if needed. | |
This class allows to cache values.