#include <vector>
#include <sstream>
#include "fimex/CDMException.h"
Go to the source code of this file.
Namespaces | |
namespace | MetNoFimex |
Functions | |
int | MetNoFimex::round (double num) |
std::string | MetNoFimex::trim (const std::string &str) |
template<class InputIterator> | |
std::string | MetNoFimex::join (InputIterator start, InputIterator end, std::string delim=",") |
std::vector< std::string > | MetNoFimex::tokenize (const std::string &str, const std::string &delimiters=" ") |
std::string | MetNoFimex::string2lowerCase (const std::string &str) |
template<typename T> | |
std::string | MetNoFimex::type2string (T in) |
template<typename T> | |
T | MetNoFimex::string2type (std::string s) |
template<typename T> | |
std::vector< T > | MetNoFimex::tokenizeDotted (const std::string &str, const std::string &delimiter=",") throw (CDMException) |