|
| Parser (std::string d, char t) |
|
std::vector< std::string > | Find (std::string tag) |
|
std::string | Find (std::string tag, size_t index, std::string value="") |
|
- Author
- fsimeone
Definition at line 16 of file AcousticDataFilter.cc.
◆ Parser()
Parser::Parser |
( |
std::string |
d, |
|
|
char |
t |
|
) |
| |
|
inline |
Definition at line 19 of file AcousticDataFilter.cc.
21 std::istringstream iss(d);
27 size_t pos = token.find(
'=');
28 std::string key=token.substr(0, pos);
29 std::string value=token.substr(pos+1);
std::multimap< std::string, std::string > mmap
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
std::string trim(const std::string &buffer)
Trim string.
◆ Find() [1/2]
std::vector<std::string> Parser::Find |
( |
std::string |
tag | ) |
|
|
inline |
◆ Find() [2/2]
std::string Parser::Find |
( |
std::string |
tag, |
|
|
size_t |
index, |
|
|
std::string |
value = "" |
|
) |
| |
|
inline |
◆ mmap
The documentation for this class was generated from the following file: