|
| ArgsParser (const std::string &whitespace=" \t", const char quote= '\"', const char escape = '\\') |
|
const std::vector< std::string > & | parse (const std::string &input) |
|
std::vector< std::string >
::const_iterator | begin () const |
|
std::vector< std::string >
::const_iterator | end () const |
|
std::size_t | count () const |
|
const std::string & | at (const std::size_t index) const |
|
const std::string & | operator[] (const std::size_t index) const |
|
|
std::vector< std::string > & | parse (const std::string &input, std::vector< std::string > &args) |
|
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/util/ArgsParser.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/base/src/util/ArgsParser.cpp