|
libintrovirt v0.57.4
IntroVirt introspection library
|


Go to the source code of this file.
Namespaces | |
| namespace | introvirt |
| Core IntroVirt classes. | |
Typedefs | |
| using | introvirt::guest_ptr_t = guest_size_t |
| template<typename _Tp > | |
| using | introvirt::remove_all_pointers_t = typename remove_all_pointers< _Tp >::type |
| template<typename _Tp , typename _PtrType = void> | |
| using | introvirt::guest_ptr = basic_guest_ptr< _Tp, _PtrType, false > |
| template<typename _Tp , typename _PtrType = void> | |
| using | introvirt::guest_phys_ptr = basic_guest_ptr< _Tp, _PtrType, true > |
Variables | |
| template<typename _Tp > | |
| constexpr bool | introvirt::is_guest_size_v = is_guest_size<_Tp>::value |