NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
This is the complete list of members for BiometricEvaluation::IO::Properties, including all inherited members.
getMode() const | BiometricEvaluation::IO::Properties | protected |
getProperty(const std::string &property) const | BiometricEvaluation::IO::Properties | virtual |
getPropertyAsBoolean(const std::string &property) const | BiometricEvaluation::IO::Properties | virtual |
getPropertyAsDouble(const std::string &property) const | BiometricEvaluation::IO::Properties | virtual |
getPropertyAsInteger(const std::string &property) const | BiometricEvaluation::IO::Properties | virtual |
getPropertyKeys() const | BiometricEvaluation::IO::Properties | |
initWithBuffer(const Memory::uint8Array &buffer, const std::map< std::string, std::string > &defaults) | BiometricEvaluation::IO::Properties | protected |
initWithBuffer(const uint8_t *const buffer, size_t size, const std::map< std::string, std::string > &defaults) | BiometricEvaluation::IO::Properties | protected |
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::Properties | virtual |
setProperty(const std::string &property, const std::string &value) | BiometricEvaluation::IO::Properties | virtual |
setPropertyFromBoolean(const std::string &property, bool value) | BiometricEvaluation::IO::Properties | virtual |
setPropertyFromDouble(const std::string &property, double value) | BiometricEvaluation::IO::Properties | virtual |
setPropertyFromInteger(const std::string &property, int64_t value) | BiometricEvaluation::IO::Properties | virtual |
~Properties() | BiometricEvaluation::IO::Properties | virtual |