![]() |
SASSY
0.0
Software Architecture Support System
|
Useful string functions. More...
#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | SASSY::Path |
| Manipulate path strings. More... | |
Namespaces | |
| SASSY | |
| The namespace for the Software Architecture Support System project. | |
Typedefs | |
| typedef const std::string & | csr |
| Save some time typing and shorten parameter lines. | |
Functions | |
| void | SASSY::trim (std::string &s) |
| rip off leading and trailing white spaces More... | |
| int | SASSY::split (csr text, std::vector< std::string > &result) |
| split a string into sub-strings at spaces More... | |
| std::string | SASSY::expandMacros (csr s) |
| expand a string containing $ macros More... | |
Useful string functions.
1.8.5