|
escript
Revision_
|
#include "system_dep.h"#include "dudley/Dudley.h"#include "DudleyAdapterException.h"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | dudley |
Functions | |
| void | dudley::setDudleyError (Dudley_ErrorCodeType errorCode, const std::string &errMess) |
| Provide a C++ interface to the dudley C funcion of the same name. Needed because of constness problems. | |
| void | dudley::checkDudleyError () |
| Convert a C dudley error into a C++ exception. | |
| void | dudley::checkPasoError () |
| Convert a C paso error into a C++ exception. | |
1.7.6.1