Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
core.h File Reference

Lightweight core definitions shared by libstfio model classes. More...

#include <cmath>
#include <cfloat>
#include <cstddef>
#include <deque>
#include <map>
#include <stdexcept>
#include <string>
#include <vector>
#include <boost/function.hpp>
Include dependency graph for core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define StfioDll   __declspec( dllimport )
 Defines dll export or import functions for Windows.

Typedefs

typedef std::vector< double > Vector_double
typedef std::vector< float > Vector_float

Detailed Description

Lightweight core definitions shared by libstfio model classes.

Author
Stimfit contributors

Definition in file core.h.

Macro Definition Documentation

◆ StfioDll

Typedef Documentation

◆ Vector_double

typedef std::vector<double > Vector_double

Definition at line 55 of file core.h.

◆ Vector_float

typedef std::vector<float > Vector_float

Definition at line 56 of file core.h.