Containment Domains C++ API  0.1
Containment Domains C++ API v0.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Groups Pages
Public Member Functions | Protected Attributes | List of all members
cd::DegradedMemErrInfo Class Reference

Interface to degraded memory error information. More...

#include <cd.h>

Public Member Functions

std::vector< uint64_t > get_pa_starts ()
 Starting physical addresses.
 
std::vector< uint64_t > get_va_starts ()
 Starting virtual addresses.
 
std::vector< uint64_t > get_lengths ()
 Lengths of affected regions.
 

Protected Attributes

std::vector< uint64_t > pa_starts_
 Starting physical addresses.
 
std::vector< uint64_t > va_starts_
 Starting virtual addresses.
 
std::vector< uint64_t > lengths_
 Lengths of affected regions.
 

Detailed Description

Interface to degraded memory error information.

This is meant to potentially be extended.


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