48 void write(std::ostream& os = std::cout)
const override;
49 Json::Value
json()
const override;
Interface class for hypervisor events.
Definition Event.hh:43
Helper class to transparently convert between guest size and a value.
Definition guest_size_t_ptr.hh:498
Definition WindowsFunctionCall.hh:31
Handler for ws2_32!socket.
Definition socket.hh:35
void protocol(int32_t protocol)
const std::string & library_name() const override
Get the name of the library this call is for.
static constexpr int ArgumentCount
Definition socket.hh:60
static const std::string LibraryName
Definition socket.hh:61
void result(SOCKET result)
static const std::string FunctionName
Definition socket.hh:62
static SOCKET inject(int32_t af, int32_t type, int32_t protocol)
Json::Value json() const override
Get the function as Json.
void write(std::ostream &os=std::cout) const override
Write out a textual representation of the function for display.
const std::string & function_name() const override
Get the function name.
Type-safe guest virtual address pointer and guest_ptr template.
Core IntroVirt classes.
Definition Cr0.hh:20