class nbla::FunctionDb

template<typename Item>
class FunctionDb

Container of FunctionDbItem that can be queried by regex.

Public Functions

inline Item::function_t query(const vector<string> &backend)

Query function item (FunctionDbItem) by query key of device (Regex can be used).

inline void add(shared_ptr<Item> item)

Adding function item (FunctionDbItem).