NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
be_framework.h
Go to the documentation of this file.
1/*
2 * This software was developed at the National Institute of Standards and
3 * Technology (NIST) by employees of the Federal Government in the course
4 * of their official duties. Pursuant to title 17 Section 105 of the
5 * United States Code, this software is not subject to copyright protection
6 * and is in the public domain. NIST assumes no responsibility whatsoever for
7 * its use by other parties, and makes no guarantees, expressed or implied,
8 * about its quality, reliability, or any other characteristic.
9 */
10
11#ifndef __BE_FRAMEWORK_H__
12#define __BE_FRAMEWORK_H__
13
14#include <string>
15
16namespace BiometricEvaluation
17{
22 namespace Framework
23 {
31 unsigned int
33
41 unsigned int
43
51 std::string
53
62 std::string
64
73 std::string
75
83 std::string
85 }
86}
87
88#endif /* __BE_FRAMEWORK_H__ */
89
std::string getCompilerVersion()
Version string of compiler used to compile this framework.
unsigned int getMinorVersion()
Framework minor version.
unsigned int getMajorVersion()
Framework major version.
std::string getCompileDate()
Date when this framework was compiled.
std::string getCompiler()
Compiler used to compile this framework.
std::string getCompileTime()
Time when this framework was compiled.
This software was developed at the National Institute of Standards and Technology (NIST) by employees...