| 580 | } |
| 581 | |
| 582 | bool |
| 583 | PropertySelector::check (db::properties_id_type id) const |
| 584 | { |
| 585 | if (is_null ()) { |
| 586 | return true; |
| 587 | } else { |
| 588 | return mp_base->check (db::properties (id)); |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | bool |
| 593 | PropertySelector::matching (std::set<db::properties_id_type> &ids) const |
no test coverage detected