35 #ifndef NEKTAR_SOLVERUTILS_CORE_MISC_H
36 #define NEKTAR_SOLVERUTILS_CORE_MISC_H
44 namespace SolverUtils {
46 typedef std::vector<std::pair<std::string, std::string> >
SummaryList;
51 const std::string&
name,
52 const std::string& value);
57 const std::string&
name,
63 const std::string&
name,
#define SOLVER_UTILS_EXPORT
std::vector< std::pair< std::string, std::string > > SummaryList
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.
The above copyright notice and this permission notice shall be included.