|
Ipopt
3.12.12
|
#include <matlabexception.hpp>
Inheritance diagram for MatlabException:Public Member Functions | |
| MatlabException (const char *message) throw () | |
| ~MatlabException () throw () | |
| MatlabException (const MatlabException &source) throw () | |
| MatlabException & | operator= (const MatlabException &source) |
| virtual const char * | what () const throw () |
Private Attributes | |
| char | message [ME_BUFLEN] |
Definition at line 26 of file matlabexception.hpp.
| MatlabException::MatlabException | ( | const char * | message | ) | |
| throw | ( | ||||
| ) | |||||
|
inline | |||||||||||||
Definition at line 29 of file matlabexception.hpp.
| MatlabException::MatlabException | ( | const MatlabException & | source | ) | |
| throw | ( | ||||
| ) | |||||
| MatlabException& MatlabException::operator= | ( | const MatlabException & | source | ) |
|
inlinevirtual | |||||||||||||
Definition at line 38 of file matlabexception.hpp.
|
private |
Definition at line 38 of file matlabexception.hpp.
1.8.5