KSeExpr 6.0.0.0
|
#include <cfloat>
#include <cmath>
#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | KSeExpr |
namespace | KSeExpr::Utils |
Functions | |
bool | KSeExpr::Utils::parseRangeComment (const std::string &comment, double &from, double &to) |
bool | KSeExpr::Utils::parseRangeComment (const std::string &comment, float &from, float &to) |
bool | KSeExpr::Utils::parseRangeComment (const std::string &comment, int32_t &from, int32_t &to) |
bool | KSeExpr::Utils::parseTypeNameComment (const std::string &comment, std::string &type, std::string &name) |
bool | KSeExpr::Utils::parseLabelComment (const std::string &comment, std::string &label) |
std::string | KSeExpr::Utils::trim (const std::string &s) |