hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
bin
hog
local.H
Go to the documentation of this file.
1
/*
2
* local : write structured data to local disk files
3
*/
4
5
#ifndef HOG_LOCAL_H_INCLUDED
6
#define HOG_LOCAL_H_INCLUDED
7
8
#include <string>
9
#include <functional>
10
#include <
hobbes/storage.H
>
11
12
namespace
hog
{
13
void
recordLocalData
(
const
hobbes::storage::QueueConnection
&,
const
std::string& dir);
14
}
15
16
#endif
17
hog
Definition:
batchrecv.C:20
hog::recordLocalData
void recordLocalData(const hobbes::storage::QueueConnection &qc, const std::string &dir)
Definition:
local.C:16
storage.H
hobbes::storage::QueueConnection
Definition:
storage.H:511
Generated by
1.8.13