escript
Revision_
|
#include "system_dep.h"
#include "dudley/Dudley.h"
#include "DudleyAdapterException.h"
#include <string>
Go to the source code of this file.
Namespaces | |
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. More... | |
void | dudley::checkDudleyError () |
Convert a C dudley error into a C++ exception. More... | |
void | dudley::checkPasoError () |
Convert a C paso error into a C++ exception. More... | |