hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
typepreds.H
Go to the documentation of this file.
1 
2 #ifndef HOBBES_LANG_TYPEPREDS_HPP_INCLUDED
3 #define HOBBES_LANG_TYPEPREDS_HPP_INCLUDED
4 
5 #include <hobbes/lang/type.H>
6 #include <hobbes/lang/expr.H>
7 #include <hobbes/lang/typeinf.H>
8 
9 // import all type predicate schemes
19 #include <hobbes/lang/preds/not.H>
21 #include <hobbes/lang/preds/str.H>
23 #include <hobbes/lang/preds/data.H>
26 #include <hobbes/ipc/process.H>
27 
28 #endif
29