|
CoxIter
1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
#include "string.h"
Functions | |
| void | str_replace (string &str, const string &from, const string &to) |
| Rechercher remplacer. More... | |
| vector< string > | explode (const string &separator, string source) |
| void | explode (const string &separator, string source, vector< string > &results) |
| void | explode (const string &separator, string source, vector< int > &results) |
| void | explode (const string &separator, string source, vector< unsigned int > &results) |
| string | implode (const string &strSeparator, const vector< string > &strVector) |
| vector<string> explode | ( | const string & | separator, |
| string | source | ||
| ) |
| void explode | ( | const string & | separator, |
| string | source, | ||
| vector< string > & | results | ||
| ) |
| void explode | ( | const string & | separator, |
| string | source, | ||
| vector< int > & | results | ||
| ) |
| void explode | ( | const string & | separator, |
| string | source, | ||
| vector< unsigned int > & | results | ||
| ) |
| string implode | ( | const string & | strSeparator, |
| const vector< string > & | strVector | ||
| ) |
| void str_replace | ( | string & | str, |
| const string & | from, | ||
| const string & | to | ||
| ) |
Rechercher remplacer.
| [out] | str | Chaîne dans laquelle se fait la recherche/remplacement |
| [in] | from | Chaîne à rechercher |
| [in] | to | Ce par quoi on remplace |
1.8.11