Functions | |
| boost::optional< std::string > | parseFirstCommand (std::string line) |
| bool | isIntNumber (const std::string &s) |
| std::vector< std::string > | split (std::string line) |
| template<typename T > | |
| boost::optional< T > | parseValue (std::string word) |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
| bool parser::isIntNumber | ( | const std::string & | s | ) |
Check if string is actually the integer number
| s |

| boost::optional< std::string > parser::parseFirstCommand | ( | std::string | line | ) |
Parse the first command in the line
| line | string to parse |


| boost::optional<T> parser::parseValue | ( | std::string | word | ) |

| std::vector< std::string > parser::split | ( | std::string | line | ) |
Split line into words
| line |
