hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
include
hobbes
db
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
7
#include <
hobbes/lang/tyunqualify.H
>
8
#include <
hobbes/lang/preds/hasfield.H
>
9
10
namespace
hobbes
{
11
12
void
initStorageFileDefs
(FieldVerifier*, cc&);
13
14
}
15
16
#endif
17
tyunqualify.H
hobbes
Definition:
boot.H:7
hobbes::initStorageFileDefs
void initStorageFileDefs(FieldVerifier *, cc &)
Definition:
bindings.C:1070
cc.H
hasfield.H
Generated by
1.8.13