oaSaveRecoverType Class Reference


Public Methods

 oaSaveRecoverType (oaSaveRecoverTypeEnum valueIn)
 oaSaveRecoverType (const oaString &name)
 ~oaSaveRecoverType ()
const oaStringgetName () const
 operator oaSaveRecoverTypeEnum () const

Detailed Description

The oaSaveRecoverType is an enum wrapper class that indicates the kinds of recover type files. See oaSaveRecoverTypeEnum for a description of each recover type.

See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers.


Constructor & Destructor Documentation

oaSaveRecoverType::oaSaveRecoverType oaSaveRecoverTypeEnum    valueIn [inline]
 

This constructor takes an enum value to construct the oaSaveRecoverType instance.

Parameters:
valueIn Either oacAutoSaveType or oacCriticalSaveType

oaSaveRecoverType::oaSaveRecoverType const oaString &    name
 

This constructor takes a string argument to construct the oaSaveRecoverType instance.

Parameters:
name Either oaAutoSaveType or oaCriticalSaveType

oaSaveRecoverType::~oaSaveRecoverType   [inline]
 

This destructor destroys this oaSaveRecoverType instance.


Member Function Documentation

const oaString & oaSaveRecoverType::getName   const
 

This function returns the string name of the enum value.

oaSaveRecoverType::operator oaSaveRecoverTypeEnum   const [inline]
 

This operator casts this oaSaveRecoverType object into its corresponding oaSaveRecoverTypeEnum value.


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

Return to top of page