| 237 | } |
| 238 | |
| 239 | void |
| 240 | PropertiesSet::insert (const tl::Variant &name, const tl::Variant &value) |
| 241 | { |
| 242 | m_map.insert (std::make_pair (db::property_names_id (name), db::property_values_id (value))); |
| 243 | } |
| 244 | |
| 245 | void |
| 246 | PropertiesSet::insert (db::property_names_id_type nid, const tl::Variant &value) |
no test coverage detected