UFO
|
#include "ufo/utils/StringUtils.h"
#include <sstream>
#include <string>
#include "eckit/exception/Exceptions.h"
Go to the source code of this file.
Namespaces | |
ufo | |
Functions | |
void | ufo::splitVarGroup (const std::string &vargrp, std::string &var, std::string &grp) |
void | ufo::splitInstSat (const std::string &instsat, std::string &inst, std::string &sat) |
bool | ufo::isFloat (const std::string &str) |
bool | ufo::readFloat (const std::string &str, float &num) |