#include "IpUtils.hpp"
#include "IpAlgTypes.hpp"
#include "IpReturnCodes.hpp"
#include <string>
Go to the source code of this file.
|
namespace | Ipopt |
| This file contains a base class for all exceptions and a set of macros to help with exceptions.
|
|
◆ DECLARE_STD_SIPOPT_EXCEPTION
#define DECLARE_STD_SIPOPT_EXCEPTION |
( |
|
__except_type | ) |
|
Value:
{ \
public: \
__except_type(
const std::string& msg,
const 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.
ipindex Index
Type of all indices of vectors, matrices etc.
Definition at line 50 of file SensUtils.hpp.