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 Fri Nov 6 2020 11:47:45 for gem5 by doxygen 1.8.17