hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Namespaces | Functions
funcdefs.H File Reference
#include <hobbes/eval/cc.H>
Include dependency graph for funcdefs.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hobbes
 

Functions

void hobbes::initStdFuncDefs (cc &ctx)
 
char * hobbes::memalloc (long n)
 
const array< char > * hobbes::makeString (const std::string &x)
 
std::string hobbes::makeStdString (const array< char > *x)