API Documentation
Loading...
Searching...
No Matches
Dictionary.h File Reference
#include <NDEVR/BaseValues.h>
#include <NDEVR/LibAssert.h>
#include <NDEVR/Buffer.h>
#include "tsl/robin_map.h"
Include dependency graph for Dictionary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dictionary< t_key, t_value, t_hash >
 A hash-based key-value store, useful for quick associative lookups. More...
 
class  DictionaryBase
 A dummy base class for all Dictionary templates. More...
 

Namespaces

namespace  NDEVR
 

Macros

#define MAP_BASE   tsl::robin_map
 
#define NDEVR_USE_ROBIN_MAP   1
 

Macro Definition Documentation

◆ MAP_BASE

#define MAP_BASE   tsl::robin_map

◆ NDEVR_USE_ROBIN_MAP

#define NDEVR_USE_ROBIN_MAP   1