|
Colibri Core
|
Functions | |
| std::string | trim (const std::string &t, const std::string &ws) |
| std::string | get_extension (const std::string &filename) |
| bool | strip_extension (std::string &filename, const std::string extension) |
| double | listproduct (const vector< double > &l) |
| double | listsum (const vector< double > &l) |
| void | orderedinsert (list< double > &l, double value) |
| vector< string > & | split (const string &s, char delim, vector< string > &elems) |
| vector< string > | split (const string &s, char delim) |
| std::string get_extension | ( | const std::string & | filename | ) |
| double listproduct | ( | const vector< double > & | l | ) |
| double listsum | ( | const vector< double > & | l | ) |
| void orderedinsert | ( | list< double > & | l, |
| double | value | ||
| ) |
| vector<string>& split | ( | const string & | s, |
| char | delim, | ||
| vector< string > & | elems | ||
| ) |
| vector<string> split | ( | const string & | s, |
| char | delim | ||
| ) |
| bool strip_extension | ( | std::string & | filename, |
| const std::string | extension | ||
| ) |
| std::string trim | ( | const std::string & | t, |
| const std::string & | ws | ||
| ) |
1.8.10