NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Namespaces | Typedefs
be_process.h File Reference
#include <map>
#include <memory>
#include <string>

Go to the source code of this file.

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::Process
 Process information and controls.
 

Typedefs

using BiometricEvaluation::Process::ParameterList = std::map< std::string, std::shared_ptr< void > >
 Convenience alias for parameter lists to child routines. More...