hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
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 
Definition: batchrecv.C:20
void recordLocalData(const hobbes::storage::QueueConnection &qc, const std::string &dir)
Definition: local.C:16
Definition: storage.H:511