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 | List of all members
CDInternalPtr Class Reference

A class that represents the interface to the internal implementation of an actual CD. More...

#include <cd.h>

Public Member Functions

virtual bool InternalCanRecover (uint error_name_mask, unit error_location_mask)
 Method to test if this CD can recover from an error/location mask. More...
 
virtual void InternalReexecute ()
 Reexecute-style default recovery. More...
 
virtual void InternalEscalate (uint error_name_mask, unit error_location_mask, std::vector< SysErrT > errorsuint error_name_mask,)
 Escalate error/failure to parent. More...
 

Detailed Description

A class that represents the interface to the internal implementation of an actual CD.


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