| 460 | } |
| 461 | |
| 462 | DDS::ReturnCode_t get_keys(DDS::DynamicType_ptr type, MemberPathVec& paths) |
| 463 | { |
| 464 | return get_values(type, paths, Filter_Keys); |
| 465 | } |
| 466 | |
| 467 | DDS::ReturnCode_t key_count(DDS::DynamicType_ptr type, size_t& count) |
| 468 | { |
no test coverage detected