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 Jul 3 2020 15:52:58 for gem5 by doxygen 1.8.13