16 #ifndef __VOM_INST_DB_FUNCS_H__ 17 #define __VOM_INST_DB_FUNCS_H__ 33 template <
typename DB>
37 for (
const auto entry : db) {
38 os <<
"key: " << entry.first << std::endl;
39 os <<
" " << entry.second.lock()->to_string() << std::endl;
void db_dump(const DB &db, std::ostream &os)
Print each of the objects in the DB into the stream provided.
The VPP Object Model (VOM) library.