Fonctions | |
| void | Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ") |
| Eclater une expression suivant un certain token. | |
| std::string | AvoidSpaces (std::string &s) |
| AvoidSpaces permet d'éliminer tous les espaces de la chaine de caractère. | |
| void | Replace (std::string &where, const std::string &what, const std::string &by) |
| Remplacer un sous-string par un string. | |
| std::string | toHTML (const std::string &str) |
| Compatible HTML. | |
| std::string | toLATEX (const std::string &str) |
| Compatible LaTeX. | |
| void | Tokenize (const string &str, vector< string > &tokens, const string &delimiters) |
| string | AvoidSpaces (string &s) |
| void | Replace (string &where, const string &what, const string &by) |
| string | toHTML (const string &str) |
| string | toLATEX (const string &str) |
|
|
AvoidSpaces permet d'éliminer tous les espaces de la chaine de caractère passée eb argument.
|
|
|
AvoidSpaces permet d'éliminer tous les espaces de la chaine de caractère.
|
|
||||||||||||||||
|
Remplacer une sous-string par un string.
|
|
||||||||||||||||
|
Remplacer un sous-string par un string.
|
|
|
Convertir un string en compatible HTML
Définition à la ligne 100 du fichier Utils.cpp. Références Replace(). Voici le graphe d'appel pour cette fonction: ![]() |
|
|
Compatible HTML.
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Eclater une expression suivant un certain token.
|
|
|
Convertir un string en compatible LaTeXs
Définition à la ligne 114 du fichier Utils.cpp. Références Replace(). Voici le graphe d'appel pour cette fonction: ![]() |
|
|
Compatible LaTeX.
|
1.4.4