hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
include
hobbes
lang
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
10
#include <
hobbes/lang/preds/packsto.H
>
11
#include <
hobbes/lang/preds/class.H
>
12
#include <
hobbes/lang/preds/subtype.H
>
13
#include <
hobbes/lang/preds/hasfield.H
>
14
#include <
hobbes/lang/preds/hasctor.H
>
15
#include <
hobbes/lang/preds/appendsto.H
>
16
#include <
hobbes/lang/preds/consrecord.H
>
17
#include <
hobbes/lang/preds/consvariant.H
>
18
#include <
hobbes/lang/preds/equal.H
>
19
#include <
hobbes/lang/preds/not.H
>
20
#include <
hobbes/lang/preds/recty.H
>
21
#include <
hobbes/lang/preds/str.H
>
22
#include <
hobbes/lang/preds/deconstruct.H
>
23
#include <
hobbes/lang/preds/data.H
>
24
#include <
hobbes/lang/preds/typeof.H
>
25
#include <
hobbes/lang/preds/sizeof.H
>
26
#include <
hobbes/ipc/process.H
>
27
28
#endif
29
type.H
subtype.H
class.H
consvariant.H
typeof.H
data.H
deconstruct.H
consrecord.H
sizeof.H
process.H
equal.H
str.H
appendsto.H
recty.H
packsto.H
typeinf.H
hasfield.H
hasctor.H
expr.H
not.H
Generated by
1.8.13