hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
Public Types | |
typedef R(* | PFN) (const E &, const X0 &) |
Public Member Functions | |
clos1 (const E &env, PFN fn) | |
R | operator() (const X0 &x0) const |
Public Attributes | |
const E & | env |
PFN | fn |
typedef R(* hobbes::clos1< E, X0, R >::PFN) (const E &, const X0 &) |
|
inline |
|
inline |
const E& hobbes::clos1< E, X0, R >::env |
PFN hobbes::clos1< E, X0, R >::fn |