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