NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Namespaces | Functions
be_framework_status.h File Reference
#include <ostream>
#include <string>
#include <be_framework_enumeration.h>

Go to the source code of this file.

Classes

class  BiometricEvaluation::Framework::Status
 Information communicated back from framework methods. 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::Framework
 Information about the framework.
 

Functions

std::string BiometricEvaluation::Framework::to_string (const Status &status)
 Obtain a textual representation of a Status. More...
 
std::ostream & BiometricEvaluation::Framework::operator<< (std::ostream &s, const Status &status)
 Output stream operator overload. More...
 
 BE_FRAMEWORK_ENUMERATION_DECLARATIONS (BiometricEvaluation::Framework::Status::Type, BE_Framework_Status_Type_EnumToStringMap)
 

Function Documentation

◆ BE_FRAMEWORK_ENUMERATION_DECLARATIONS()

BE_FRAMEWORK_ENUMERATION_DECLARATIONS ( BiometricEvaluation::Framework::Status::Type  ,
BE_Framework_Status_Type_EnumToStringMap   
)