|
| 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=",") |
| |
| template<typename InputIterator > |
| std::pair< typename std::iterator_traits< InputIterator >::difference_type, typename std::iterator_traits< InputIterator >::difference_type > | MetNoFimex::find_closest_distinct_elements (InputIterator start, InputIterator end, double x) |
| |
| template<typename InputIterator > |
| std::pair< typename std::iterator_traits< InputIterator >::difference_type, typename std::iterator_traits< InputIterator >::difference_type > | MetNoFimex::find_closest_neighbor_distinct_elements (InputIterator start, InputIterator end, double x) |
| |
| template<class InputIterator > |
| std::string | MetNoFimex::joinPtr (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<> |
| std::string | MetNoFimex::type2string< double > (double in) |
| |
| template<typename T > |
| T | MetNoFimex::string2type (std::string s) |
| |
| template<typename T > |
| T | MetNoFimex::normalizeLongitude180 (T in) |
| |
| epoch_seconds | MetNoFimex::posixTime2epochTime (const boost::posix_time::ptime &time) |
| |
| template<typename T > |
| std::vector< T > | MetNoFimex::tokenizeDotted (const std::string &str, const std::string &delimiter=",") throw (CDMException) |
| |
| template<typename C > |
| int | MetNoFimex::mifi_isnan (C x) |
| |
| void | MetNoFimex::scanFiles (std::vector< std::string > &files, const std::string &dir, int depth, const boost::regex ®exp, bool matchFileOnly) |
| |
| void | MetNoFimex::globFiles (std::vector< std::string > &files, const std::string &glob) |
| |
| template<typename T > |
| boost::shared_array< const T > | MetNoFimex::makeSharedArrayConst (const boost::shared_array< T > &sa) |
| |