NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#include <iterator>
#include <list>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::Memory::OrderedMapIterator< Key, T > |
Iterator for OrderedMaps. More... | |
class | BiometricEvaluation::Memory::OrderedMapConstIterator< Key, T > |
Const Iterator for OrderedMaps. More... | |
class | BiometricEvaluation::Memory::OrderedMap< Key, T > |
A map where insertion order is preserved and elements are unique. More... | |
Namespaces | |
namespace | BiometricEvaluation |
This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. | |
namespace | BiometricEvaluation::Memory |
Support for memory-related operations. | |