Methods to support type inquiry through isa, cast, and dyn_cast: @{
| 309 | /// Methods to support type inquiry through isa, cast, and dyn_cast: |
| 310 | ///@{ |
| 311 | static inline bool classof(const PersistentDiffPTData<Key, KeySet, Data, DataSet> *) |
| 312 | { |
| 313 | return true; |
| 314 | } |
| 315 | |
| 316 | static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd) |
| 317 | { |