Methods to support type inquiry through isa, cast, and dyn_cast: @{
| 333 | /// Methods to support type inquiry through isa, cast, and dyn_cast: |
| 334 | ///@{ |
| 335 | static inline bool classof(const MutableDiffPTData<Key, KeySet, Data, DataSet> *) |
| 336 | { |
| 337 | return true; |
| 338 | } |
| 339 | |
| 340 | static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd) |
| 341 | { |