DataLineFormatUtil.h
00001 #ifndef gridripper_util_DataLineFormatUtil_h
00002 #define gridripper_util_DataLineFormatUtil_h
00003
00004 #include <gridripper/tvalarray.h>
00005 #include <string>
00006
00007 namespace gridripper { namespace util {
00008
00009 using namespace std;
00010
00017 class DataLineFormatUtil
00018 {
00019 public:
00030 static string getFormat(const string& format, const string& name);
00031
00046 static tvalarray<string> getFuncFormats(const string& format,
00047 const string& name, int n);
00048
00055 static string getHeaderFormat(const string& format);
00056 };
00057
00058 } }
00059
00060 #endif