SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Typedefs | Functions
stringy.h File Reference

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...
 

Detailed Description

Useful string functions.