Peano
Loading...
Searching...
No Matches
Parser.h
Go to the documentation of this file.
1
#pragma once
2
3
4
namespace
convert
{
5
namespace
input {
6
class
Parser;
7
}
8
}
9
10
11
#include <vector>
12
#include <string>
13
14
15
class
convert::input::Parser
{
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
convert::input::Parser
Definition
Parser.h:15
convert::input::Parser::tokenise
static std::vector< std::string > tokenise(const std::string &line)
convert::input::Parser::removeHyphens
static std::string removeHyphens(const std::string &value)
convert::input::Parser::getDirectory
static std::string getDirectory(const std::string &fileName)
convert
Definition
PatchData.h:11
src
convert
input
Parser.h
Generated on Sat Apr 11 2026 08:11:15 for Peano by
1.10.0