#include <string>#include <vector>Graphe des dépendances par inclusion de Utils.h:

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier:

Aller au code source de ce fichier.
Namespaces | |
| namespace | Modelib |
| namespace | Modelib::Utils |
Fonctions | |
| void | Modelib::Utils::Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ") |
| Eclater une expression suivant un certain token. | |
| std::string | Modelib::Utils::AvoidSpaces (std::string &s) |
| AvoidSpaces permet d'éliminer tous les espaces de la chaine de caractère. | |
| void | Modelib::Utils::Replace (std::string &where, const std::string &what, const std::string &by) |
| Remplacer un sous-string par un string. | |
| std::string | Modelib::Utils::toHTML (const std::string &str) |
| Compatible HTML. | |
| std::string | Modelib::Utils::toLATEX (const std::string &str) |
| Compatible LaTeX. | |
1.4.4