#include "MsqError.hpp"#include "Mesquite.hpp"#include <ostream>#include <stdio.h>#include <stdarg.h>#include <assert.h>
Go to the source code of this file.
Namespaces | |
| Mesquite | |
| Used to hold the error state and return it to the application. | |
Functions | |
| msq_stdio::ostream & | operator<< (msq_stdio::ostream &, const MsqError::Trace &) |
| Print MsqError::Trace. More... | |
| msq_stdio::ostream & | operator<< (msq_stdio::ostream &, const MsqError &) |
| Print message and stack trace. More... | |