This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | base |
namespace | base::Private |
Defines | |
#define | SUPERSUBCLASS(T, U) |
#define | SUPERSUBCLASS_STRICT(T, U) |
|
Value: (::base::Conversion<const U*, const T*>::exists && \ !::base::Conversion<const T*, const void*>::sameType) |
|
Value: (SUPERSUBCLASS(T, U) && \ !::base::Conversion<const T, const U>::sameType) |