hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/hobbes.H>
#include <hobbes/lang/preds/class.H>
#include <hobbes/lang/tyunqualify.H>
#include <hobbes/ipc/nbindings.H>
#include <hobbes/ipc/net.H>
#include <map>
Classes | |
class | hobbes::ConnectionP |
struct | hobbes::ConnectionP::StripConnQual |
class | hobbes::InvokeP |
struct | hobbes::InvokeP::RewriteInvokes |
class | hobbes::ReceiveP |
struct | hobbes::ReceiveP::RewriteReceives |
struct | hobbes::printConnectionF |
struct | hobbes::remoteHostF |
Namespaces | |
hobbes | |
Typedefs | |
typedef std::set< Client * > | hobbes::Connections |
Functions | |
bool | hobbes::isAllocatedConnection (Client *c) |
Client * | hobbes::makeConnection (const std::string &hp) |
Client * | hobbes::decodeConnType (const MonoTypePtr &t) |
bool | hobbes::isPartialConnection (const MonoTypePtr &t) |
MonoTypePtr | hobbes::makeConnType (Client *c) |
void | hobbes::printConnectionUF (long x) |
void | hobbes::initNetworkDefs (cc &) |
Variables | |
static Connections | hobbes::connections |