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 Tue Jun 22 2021 15:28:25 for gem5 by doxygen 1.8.17