hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/lang/type.H>
#include <hobbes/util/trie.H>
#include <hobbes/util/variant.H>
#include <hobbes/lang/typeinf.H>
#include <map>
Go to the source code of this file.
Classes | |
struct | hobbes::MonoTypeLT |
struct | hobbes::MTyMap |
struct | hobbes::MTyMap::map< V > |
class | hobbes::type_map< V > |
Namespaces | |
hobbes | |
Typedefs | |
typedef variant< unit, MonoTypePtr > | hobbes::MaybePathPoint |
typedef std::vector< MaybePathPoint > | hobbes::MaybePathPoints |