hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Namespaces | Functions
module.C File Reference
#include <hobbes/lang/module.H>
#include <hobbes/util/array.H>
#include <sstream>
Include dependency graph for module.C:

Namespaces

 hobbes
 

Functions

str::seq hobbes::nameBlanks (const str::seq &xs)
 
std::string hobbes::show (const Module &m)
 
std::string hobbes::show (const Module *m)
 
std::string hobbes::show (const ModulePtr &m)
 
std::string hobbes::show (const MTypeDef *)
 
std::string hobbes::show (const ClassDef &cd)
 
std::string hobbes::show (const ClassDef *cd)
 
std::string hobbes::show (const InstanceDef &id)
 
std::string hobbes::show (const InstanceDef *id)
 
std::string hobbes::show (const ModuleDefPtr &md)
 
std::string hobbes::show (const CFunDepDef &fundep)
 
std::string hobbes::show (const CFunDepDefs &fundeps)
 
MVarDefs hobbes::substitute (const MonoTypeSubst &, const MVarDefs &)