NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
BiometricEvaluation::IO::Properties Member List

This is the complete list of members for BiometricEvaluation::IO::Properties, including all inherited members.

getMode() constBiometricEvaluation::IO::Propertiesprotected
getProperty(const std::string &property) constBiometricEvaluation::IO::Propertiesvirtual
getPropertyAsBoolean(const std::string &property) constBiometricEvaluation::IO::Propertiesvirtual
getPropertyAsDouble(const std::string &property) constBiometricEvaluation::IO::Propertiesvirtual
getPropertyAsInteger(const std::string &property) constBiometricEvaluation::IO::Propertiesvirtual
getPropertyKeys() constBiometricEvaluation::IO::Properties
initWithBuffer(const Memory::uint8Array &buffer, const std::map< std::string, std::string > &defaults)BiometricEvaluation::IO::Propertiesprotected
initWithBuffer(const uint8_t *const buffer, size_t size, const std::map< std::string, std::string > &defaults)BiometricEvaluation::IO::Propertiesprotected
Properties(IO::Mode mode=IO::Mode::ReadWrite, const std::map< std::string, std::string > &defaults={})BiometricEvaluation::IO::Properties
Properties(const uint8_t *buffer, const size_t size, IO::Mode mode=IO::Mode::ReadWrite, const std::map< std::string, std::string > &defaults={})BiometricEvaluation::IO::Properties
removeProperty(const std::string &property)BiometricEvaluation::IO::Propertiesvirtual
setProperty(const std::string &property, const std::string &value)BiometricEvaluation::IO::Propertiesvirtual
setPropertyFromBoolean(const std::string &property, bool value)BiometricEvaluation::IO::Propertiesvirtual
setPropertyFromDouble(const std::string &property, double value)BiometricEvaluation::IO::Propertiesvirtual
setPropertyFromInteger(const std::string &property, int64_t value)BiometricEvaluation::IO::Propertiesvirtual
~Properties()BiometricEvaluation::IO::Propertiesvirtual