| 55 | } |
| 56 | |
| 57 | void PointerType::exchangeTypes(TypeExchanger* exchanger) |
| 58 | { |
| 59 | d_func_dynamic()->m_baseType = IndexedType(exchanger->exchange(d_func()->m_baseType.abstractType())); |
| 60 | } |
| 61 | |
| 62 | PointerType::~PointerType() |
| 63 | { |
nothing calls this directly
no test coverage detected