Peano
Loading...
Searching...
No Matches
Parser.h
Go to the documentation of this file.
1#pragma once
2
3
4namespace convert {
5 namespace input {
6 class Parser;
7 }
8}
9
10
11#include <vector>
12#include <string>
13
14
16 public:
17 static std::vector<std::string> tokenise( const std::string& line );
18 static std::string getDirectory(const std::string &fileName);
19 static std::string removeHyphens( const std::string& value );
20};
21
static std::vector< std::string > tokenise(const std::string &line)
static std::string removeHyphens(const std::string &value)
static std::string getDirectory(const std::string &fileName)