| 455 | } |
| 456 | |
| 457 | DDS::ReturnCode_t get_values(DDS::DynamicType_ptr type, MemberPathVec& paths, Filter filter) |
| 458 | { |
| 459 | return get_values_i(type, paths, filter, MemberPath()); |
| 460 | } |
| 461 | |
| 462 | DDS::ReturnCode_t get_keys(DDS::DynamicType_ptr type, MemberPathVec& paths) |
| 463 | { |
no test coverage detected