![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"#include <exception>#include <sstream>#include <string>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | sopt::Exception |
| Root exception for sopt. More... | |
Namespaces | |
| sopt | |
Macros | |
| #define | SOPT_THROW(MSG) throw(sopt::Exception(__FILE__, __LINE__) << "\n" << MSG) |
| #define SOPT_THROW | ( | MSG | ) | throw(sopt::Exception(__FILE__, __LINE__) << "\n" << MSG) |
Definition at line 46 of file exception.h.