#include <apibase.h>
Additional Inherited Members |
|
Public Types inherited from
HasBase< DERIVED, BASE >
|
|
| using | DT = typename std::decay< DERIVED >::type |
| using | BT = typename std::decay< BASE >::type |
| using | Helper = maxon::details::HasBaseHelper < DT , BT , maxon::details::CheckHasBaseHelper < DT , BT >:: value > |
Static Public Member Functions inherited from
HasBase< DERIVED, BASE >
|
|
| static BT * | Cast ( DT *ptr) |
| static const BT * | Cast (const DT *ptr) |
Static Public Attributes inherited from
HasBase< DERIVED, BASE >
|
|
| static const Bool | value |