CYCLUS
Loading...
Searching...
No Matches
pyne::nucname::IndeterminateNuclideForm Class Reference

Detailed Description

Custom expection for declaring that a value represents one or more nuclides in one or more namig conventions.

Definition at line 937 of file pyne.h.

#include <pyne.h>

Inheritance diagram for pyne::nucname::IndeterminateNuclideForm:

Public Member Functions

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

Constructor & Destructor Documentation

◆ IndeterminateNuclideForm() [1/5]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( )
inline

default constructor

Definition at line 941 of file pyne.h.

◆ ~IndeterminateNuclideForm()

pyne::nucname::IndeterminateNuclideForm::~IndeterminateNuclideForm ( )
throw ( )
inline

default destuctor

Definition at line 944 of file pyne.h.

◆ IndeterminateNuclideForm() [2/5]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( std::string wasptr,
std::string nowptr )
inline

Constructor given previous and current state of nulide name.

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

Definition at line 949 of file pyne.h.

◆ IndeterminateNuclideForm() [3/5]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( std::string wasptr,
int nowptr )
inline

Constructor given previous and current state of nulide name.

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

Definition at line 958 of file pyne.h.

◆ IndeterminateNuclideForm() [4/5]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( int wasptr,
std::string nowptr )
inline

Constructor given previous and current state of nulide name.

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

Definition at line 967 of file pyne.h.

◆ IndeterminateNuclideForm() [5/5]

pyne::nucname::IndeterminateNuclideForm::IndeterminateNuclideForm ( int wasptr,
int nowptr )
inline

Constructor given previous and current state of nulide name.

Parameters
wasptrPrevious state, typically user input.
nowptrCurrent state, as far as PyNE could get.

Definition at line 976 of file pyne.h.

Member Function Documentation

◆ what()

virtual const char * pyne::nucname::IndeterminateNuclideForm::what ( ) const
throw ( )
inlinevirtual

Generates an informational message for the exception.

Returns
The error string

Definition at line 984 of file pyne.h.


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