Definition in file optionpair.cpp.
#include "optionpair.h"
#include <iomanip>
#include <limits>
#include "Bisection.h"
#include "Secant.h"
Include dependency graph for optionpair.cpp:

Go to the source code of this file.
Defines | |
| #define | CHECK(y, z, a) |
| #define | Funcname "option_pair::check_attributes" |
Functions | |
| OPTIONPAIRFNC ostream &STDCALL | operator<< (ostream &os, const option_pair &rhs) |
| #define CHECK | ( | y, | |||
| z, | |||||
| a | ) |
Value:
if (y) {_error_msg = #y" at line "\ #z" in " #a"::check_attributes"; \ return (_erno = z);}
Definition at line 92 of file optionpair.cpp.
1.5.1