PyNE C++
|
#include <nucname.h>
Public Member Functions | |
IndeterminateNuclideForm () | |
default constructor | |
~IndeterminateNuclideForm () throw () | |
default destuctor | |
IndeterminateNuclideForm (std::string wasptr, std::string nowptr) | |
IndeterminateNuclideForm (std::string wasptr, int nowptr) | |
IndeterminateNuclideForm (int wasptr, std::string nowptr) | |
IndeterminateNuclideForm (int wasptr, int nowptr) | |
virtual const char * | what () const throw () |
Custom expection for declaring that a value represents one or more nuclides in one or more namig conventions
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inline |
Constructor given previous and current state of nulide name
wasptr | Previous state, typically user input. |
nowptr | Current state, as far as PyNE could get. |
|
inlinevirtual |
Generates an informational message for the exception