Classes | Typedefs | Functions | Variables

fityk Namespace Reference

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()

Detailed Description

Public C++ API of libfityk: class Fityk and helpers.

Minimal examples of using libfityk in C++, Python, Lua and Perl are in samples/hello.* files.


Generated on Mon Jul 18 2011 17:25:28 for Fityk by Doxygen 1.7.1