#include <IConfigSource.h>
|
| virtual | ~IConfigSource ()=default |
| | Destroy the IConfigSource object.
|
| |
| virtual std::string | get (const std::string &key) const =0 |
| | get the value for the matching key
|
| |
Definition at line 27 of file IConfigSource.h.
◆ ~IConfigSource()
| virtual nnfw::misc::IConfigSource::~IConfigSource |
( |
| ) |
|
|
virtualdefault |
Destroy the IConfigSource object.
◆ get()
| virtual std::string nnfw::misc::IConfigSource::get |
( |
const std::string & |
key | ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: