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

Go to the source code of this file.

Classes

struct  hog::Session
 

Namespaces

 hog
 

Typedefs

typedef std::function< void(hobbes::storage::Transaction &)> hog::ProcessTxnF
 

Functions

ProcessTxnF hog::initStorageSession (Session *s, const std::string &dirPfx, storage::PipeQOS qos, storage::CommitMethod cm, const storage::statements &stmts)
 
std::string hog::ensureDirExists (const std::string &dirPfx)