#include "IpUtils.hpp"
#include "IpAlgTypes.hpp"
#include "IpReturnCodes.hpp"
#include <string>
Go to the source code of this file.
|
| Ipopt |
| This file contains a base class for all exceptions and a set of macros to help with exceptions.
|
|
#define DECLARE_STD_SIPOPT_EXCEPTION |
( |
|
__except_type | ) |
|
Value:
{ \
public: \
__except_type(std::string msg, std::string fname,
Ipopt::Index line) \
__except_type(const __except_type& copy) \
private: \
__except_type(); \
}
This is the base class for all exceptions.
void operator=(const IpoptException &)
Default Assignment Operator.
int Index
Type of all indices of vectors, matrices etc.
Definition at line 50 of file SensUtils.hpp.