2 #ifndef PARALLEL_COMPASS_FUNCTIONLEVEL_H
3 #define PARALLEL_COMPASS_FUNCTIONLEVEL_H
12 class MyAnalysis:
public DistributedMemoryTraversal<int, std::string>
19 s <<
"process " << myID() <<
": at depth " << depth <<
": function " << funcName;
27 int len = attribute.size() + 1;
28 char *str = strdup(attribute.c_str());
29 return std::make_pair(len, str);
35 return std::string((
const char *) serializedAttribute.second);
42 std::free(serializedAttribute.second);