FunctionTool.cc
Go to the documentation of this file.
1 #include "FunctionTool.h"
2 
3 namespace arttest {
4  int
5  addOne(int const i)
6  {
7  return i + 1;
8  }
9 } // namespace arttest
int addOne(int const i)
Definition: FunctionTool.cc:5