Overview   API Reference  

pci_bridge::search_result Struct Reference

Result type for search region functions. More...

#include <pci_bridge.hpp>

Inheritance diagram for pci_bridge::search_result:

Inheritance graph
[legend]
Collaboration diagram for pci_bridge::search_result:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 search_result (const pci_device *device=nullptr, const pci_device::search_result &result=pci_device::search_result())
bool is_valid (void) const
 Determines whether the search result is valid.

Public Attributes

const pci_devicedevice
 The PCI device this region belongs to.


Detailed Description

Result type for search region functions.

Transfer struct: doesn't free its pointers.


Member Function Documentation

bool pci_bridge::search_result::is_valid ( void   )  const [inline]

Determines whether the search result is valid.

That is an I/O region was found within this bridge's devices.

Reimplemented from pci_device::search_result.

References pci_device::search_result::is_valid().


The documentation for this struct was generated from the following file:

L4vmm Reference Manual, written by Mario Schwalbe  © 2006-2008