#include <FunNameStack.h>
Definition at line 738 of file FunNameStack.h.
◆ GenError() [1/2]
◆ GenError() [2/2]
GenError::GenError |
( |
const GenError & |
f | ) |
|
|
inline |
◆ ~GenError()
virtual GenError::~GenError |
( |
| ) |
|
|
inlinevirtual |
◆ finish()
void GenError::finish |
( |
std::ostream & |
file | ) |
|
|
virtual |
Definition at line 514 of file FunNameStack.cpp.
514 {
516 exit(1);
517}
virtual void print(std::ostream &file)
◆ print()
void GenError::print |
( |
std::ostream & |
file | ) |
|
|
virtual |
Definition at line 509 of file FunNameStack.cpp.
509 {
510 file << "GenError::print: ERROR detected in:\n"
512
513}
#define statcast(type, name)
Referenced by finish().
The documentation for this class was generated from the following files: