|
libintrovirt v0.57.4
IntroVirt introspection library
|
#include <ostream>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | introvirt |
| Core IntroVirt classes. | |
| namespace | introvirt::windows |
| Classes related to Microsoft Windows guests. | |
| namespace | introvirt::windows::nt |
| Classes related to the Windows NT kernel. | |
Enumerations | |
| enum | introvirt::windows::nt::MEMORY_INFORMATION_CLASS { introvirt::windows::nt::MemoryBasicInformation , introvirt::windows::nt::MemoryWorkingSetList , introvirt::windows::nt::MemorySectionName , introvirt::windows::nt::MemoryBasicVlmInformation , introvirt::windows::nt::MemoryWorkingSetExList } |
| Possible MEMORY_INFORMATION_CLASS values. More... | |
Functions | |
| const std::string & | introvirt::windows::nt::to_string (MEMORY_INFORMATION_CLASS infoClass) |
| std::ostream & | introvirt::windows::nt::operator<< (std::ostream &os, MEMORY_INFORMATION_CLASS infoClass) |