Molassembler  1.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Cache.h File Reference

Cache classes. More...

#include <boost/any.hpp>
#include <boost/optional.hpp>
#include <map>
#include <string>
#include <functional>
#include <cassert>
#include <vector>
Include dependency graph for Cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Scine::Molassembler::Temple::MinimalCache< KeyType, ValueType >
 A minimal wrapper around a map class with cache semantics. More...
 
class  Scine::Molassembler::Temple::Cache< KeyType >
 

Namespaces

 Scine
 
 Scine::Molassembler
 Central library namespace.
 
 Scine::Molassembler::Temple
 Template shorthands, optimizers and constexpr data types.
 

Detailed Description

Cache classes.