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 859 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 862 of file pyne.h.

◆ ~IndeterminateNuclideForm()

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

default destuctor

Definition at line 865 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 870 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 878 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 886 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 894 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 901 of file pyne.h.


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