SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::Storage Member List

This is the complete list of members for ma::Storage, including all inherited members.

deInit() noexcept=0ma::Storagepure virtual
exists(const std::string &key) noexcept=0ma::Storagepure virtual
get(const std::string &key, int64_t &value) noexcept=0ma::Storagepure virtual
get(const std::string &key, double &value) noexcept=0ma::Storagepure virtual
get(const std::string &key, std::string &value) noexcept=0ma::Storagepure virtual
init(const void *config) noexcept=0ma::Storagepure virtual
m_initializedma::Storageprotected
operator bool() const noexceptma::Storageinline
operator=(const Storage &)=deletema::Storage
remove(const std::string &key) noexcept=0ma::Storagepure virtual
set(const std::string &key, int64_t value) noexcept=0ma::Storagepure virtual
set(const std::string &key, double value) noexcept=0ma::Storagepure virtual
set(const std::string &key, const void *value, size_t size) noexcept=0ma::Storagepure virtual
Storage()ma::Storageinline
Storage(const Storage &)=deletema::Storage
~Storage()=defaultma::Storagevirtual