Classes | |
| struct | ExecuteError |
| exception thrown at run-time (when executing parsed command) More... | |
| struct | SyntaxError |
| syntax error exception More... | |
| struct | ExitRequestedException |
| exception thrown to finish the program (on command "quit") More... | |
| struct | Point |
| data point More... | |
| class | Fityk |
| the public API to libfityk More... | |
Typedefs | |
| typedef void | t_show_message (std::string const &s) |
| type of function passed to Fityk::set_show_message() | |
Functions | |
| bool | operator< (Point const &p, Point const &q) |
Variables | |
| const int | all_datasets = -1 |
| used to get statistics for all datasets together, e.g. in Fityk::get_wssr() | |