resource_region< AddressT > Struct Template Reference
Generic resource region for I/O space or I/O memory regions.
More...
#include <resource_region.hpp>
List of all members.
|
Public Types |
typedef
detail::resource_region
< AddressT > | super_type |
Public Member Functions |
|
| resource_region (const AddressT base=AddressT(), const AddressT size=AddressT(1)) |
|
| resource_region (const super_type &other) |
Detailed Description
template<typename AddressT>
struct resource_region< AddressT >
Generic resource region for I/O space or I/O memory regions.
Should inherit everything from its base class only adding the missing constructors.
The documentation for this struct was generated from the following file: