| 66 | } |
| 67 | |
| 68 | std::vector<ConfigObject::Ptr> ConfigType::GetObjectsHelper(Type *type) |
| 69 | { |
| 70 | return static_cast<TypeImpl<ConfigObject> *>(type)->GetObjects(); |
| 71 | } |
| 72 | |
| 73 | int ConfigType::GetObjectCount() const |
| 74 | { |
nothing calls this directly
no test coverage detected