Go to the documentation of this file.
29 #ifndef __BASE_CAST_HH__
30 #define __BASE_CAST_HH__
42 template <
class T,
class U>
46 T ret =
dynamic_cast<T
>(ptr);
57 template <
class T,
class U>
61 return static_cast<T
>(ptr);
66 #endif // __BASE_CAST_HH__
Generated on Wed Sep 30 2020 14:02:07 for gem5 by doxygen 1.8.17