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

A std::map-like class based on BTree (but max size is space allocated) More...

Include dependency graph for DynamicMap.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::DynamicMap< KeyType, MappedType, N >
 A constexpr associative container with reasonably fast key-based lookup. More...
 
struct  Scine::Molassembler::Temple::DynamicMap< KeyType, MappedType, N >::OnlyFirstComparator
 
struct  Scine::Molassembler::Temple::DynamicMap< KeyType, MappedType, N >::OnlyFirstEquality
 

Namespaces

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

Detailed Description

A std::map-like class based on BTree (but max size is space allocated)