#include <StringTool.h>
Definition at line 26 of file StringTool.h.
◆ ctypeFun
typedef int(* odc::StringTool::ctypeFun) (int) |
|
private |
◆ cast_as_double()
double odc::StringTool::cast_as_double |
( |
const std::string & |
value | ) |
|
|
static |
◆ check()
bool odc::StringTool::check |
( |
const std::string & |
s, |
|
|
ctypeFun |
fun |
|
) |
| |
|
static |
◆ double_as_string()
std::string odc::StringTool::double_as_string |
( |
double |
m | ) |
|
|
static |
◆ int_as_double2string()
std::string odc::StringTool::int_as_double2string |
( |
double |
v | ) |
|
|
static |
◆ isInQuotes()
bool odc::StringTool::isInQuotes |
( |
const std::string & |
value | ) |
|
|
static |
◆ isSelectStatement()
bool odc::StringTool::isSelectStatement |
( |
const std::string & |
s | ) |
|
|
static |
◆ match()
bool odc::StringTool::match |
( |
const std::string & |
regex, |
|
|
const std::string & |
s |
|
) |
| |
|
static |
◆ matchAny()
bool odc::StringTool::matchAny |
( |
const std::vector< std::string > & |
regs, |
|
|
const std::string & |
s |
|
) |
| |
|
static |
◆ patchTimeForMars()
std::string odc::StringTool::patchTimeForMars |
( |
const std::string & |
v | ) |
|
|
static |
◆ readFile()
std::string odc::StringTool::readFile |
( |
const eckit::PathName |
fileName, |
|
|
bool |
logging = false |
|
) |
| |
|
static |
◆ readLines()
std::vector< std::string > odc::StringTool::readLines |
( |
const eckit::PathName |
fileName, |
|
|
bool |
logging = false |
|
) |
| |
|
static |
◆ shell()
int odc::StringTool::shell |
( |
std::string |
cmd, |
|
|
const eckit::CodeLocation & |
where, |
|
|
bool |
assertSuccess = true |
|
) |
| |
|
static |
◆ translate()
double odc::StringTool::translate |
( |
const std::string & |
v | ) |
|
|
static |
◆ trimInPlace()
void odc::StringTool::trimInPlace |
( |
std::string & |
str | ) |
|
|
static |
◆ unQuote()
std::string odc::StringTool::unQuote |
( |
const std::string & |
value | ) |
|
|
static |
◆ valueAsString()
The documentation for this class was generated from the following files: