- Author
- fsimeone
Definition at line 17 of file AcousticDataFilter.cpp.
Parser::Parser |
( |
std::string |
d, |
|
|
char |
t |
|
) |
| |
|
inline |
Definition at line 20 of file AcousticDataFilter.cpp.
22 std::istringstream iss(d);
28 size_t pos = token.find(
'=');
29 std::string key=token.substr(0, pos);
30 std::string value=token.substr(pos+1);
std::string trim(const std::string &buffer)
Trim string.
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
std::multimap< std::string, std::string > mmap
std::vector<std::string> Parser::Find |
( |
std::string |
tag | ) |
|
|
inline |
Definition at line 37 of file AcousticDataFilter.cpp.
41 i =
mmap.equal_range(tag);
44 r.push_back(it->second);
std::multimap< std::string, std::string > mmap
The documentation for this class was generated from the following file: