17 void addMessage(
const std::string& data);
18 void addMessage(std::string&& data);
26 void setOutputFile(std::string fileName,
bool append =
false);
29 std::vector<std::string> mBuffers;
30 std::string mFileName;
Definition ProfilerBuffer.hpp:14
void setOutputFile(std::string fileName, bool append=false)
Definition ProfilerBuffer.cpp:60
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition AsyncFedCallInfo.hpp:14