CYCLUS
Public Member Functions | List of all members
pyne::rxname::IndeterminateReactionForm Class Reference

Detailed Description

Custom exception for declaring a value not to be of ambiquous reaction form.

Definition at line 1692 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::rxname::IndeterminateReactionForm:
Inheritance graph
[legend]

Public Member Functions

 IndeterminateReactionForm ()
 
 IndeterminateReactionForm (std::string wasptr, std::string nowptr)
 
 IndeterminateReactionForm (std::string wasptr, int nowptr)
 
 IndeterminateReactionForm (int wasptr, std::string nowptr)
 
 IndeterminateReactionForm (int wasptr, int nowptr)
 
virtual const char * what () const throw ()
 
 ~IndeterminateReactionForm () throw ()
 

Constructor & Destructor Documentation

◆ IndeterminateReactionForm() [1/5]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( )
inline

default constructor

Definition at line 1697 of file pyne.h.

◆ ~IndeterminateReactionForm()

pyne::rxname::IndeterminateReactionForm::~IndeterminateReactionForm ( )
throw (
)
inline

default destructor

Definition at line 1700 of file pyne.h.

◆ IndeterminateReactionForm() [2/5]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( std::string  wasptr,
std::string  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

Definition at line 1704 of file pyne.h.

◆ IndeterminateReactionForm() [3/5]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( std::string  wasptr,
int  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

Definition at line 1712 of file pyne.h.

◆ IndeterminateReactionForm() [4/5]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( int  wasptr,
std::string  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

Definition at line 1720 of file pyne.h.

◆ IndeterminateReactionForm() [5/5]

pyne::rxname::IndeterminateReactionForm::IndeterminateReactionForm ( int  wasptr,
int  nowptr 
)
inline

Constructor using original reaction (wasptr) and the eventual state that PyNE calculated (nowptr).

Definition at line 1728 of file pyne.h.

Member Function Documentation

◆ what()

virtual const char* pyne::rxname::IndeterminateReactionForm::what ( ) const
throw (
)
inlinevirtual

Returns a helpful error message containing prior and current reaction state.

Definition at line 1735 of file pyne.h.


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