| 590 | } |
| 591 | |
| 592 | bool |
| 593 | PropertySelector::matching (std::set<db::properties_id_type> &ids) const |
| 594 | { |
| 595 | if (is_null ()) { |
| 596 | return true; |
| 597 | } else { |
| 598 | return mp_base->selection (ids); |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | // -------------------------------------------------------------------------- |
| 603 | // PartialTreeSelector implementation |
no test coverage detected