Methods to support type inquiry through isa, cast, and dyn_cast: @{
| 1003 | /// Methods to support type inquiry through isa, cast, and dyn_cast: |
| 1004 | ///@{ |
| 1005 | static inline bool classof(const MutableVersionedPTData<Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet> *) |
| 1006 | { |
| 1007 | return true; |
| 1008 | } |
| 1009 | |
| 1010 | static inline bool classof(const PTData<Key, KeySet, Data, DataSet>* ptd) |
| 1011 | { |