Go to the documentation of this file. 31 #ifndef __BASE_CAST_HH__ 32 #define __BASE_CAST_HH__ 44 template <
class T,
class U>
48 T ret =
dynamic_cast<T
>(ptr);
59 template <
class T,
class U>
63 return static_cast<T
>(ptr);
68 #endif // __BASE_CAST_HH__
Generated on Fri Feb 28 2020 16:26:58 for gem5 by doxygen 1.8.13