hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
bindings.H
Go to the documentation of this file.
1 
2 #ifndef HOBBES_DB_BINDINGS_HPP_INCLUDED
3 #define HOBBES_DB_BINDINGS_HPP_INCLUDED
4 
5 #include <hobbes/eval/cc.H>
6 
9 
10 namespace hobbes {
11 
12 void initStorageFileDefs(FieldVerifier*, cc&);
13 
14 }
15 
16 #endif
17 
Definition: boot.H:7
void initStorageFileDefs(FieldVerifier *, cc &)
Definition: bindings.C:1070