common.h File Reference

#include <map>
#include <algorithm>
#include <string>
#include <boost/filesystem/path.hpp>

Go to the source code of this file.

Classes

struct  equalKey< T >
 Functor used to search a key in a map with a string key. More...
struct  equalPath
 Functor used to search path. More...
struct  equivalentPath
 Functor used to search path. More...

Functions

bool equalEndOfLine (char c)
 Functor used to split a string.
bool equalComma (char c)
 Functor used to split a string.
bool equalBlank (char c)
 Functor used to split a string.
bool equalDot (char c)
 Functor used to split a string.
bool equalDollar (char c)
 Functor used to split a string.
bool equalPathSeparator (char c)
 Functor used to split a string.


Function Documentation

bool equalBlank char  c  ) 
 

Functor used to split a string.

Returns:
true if c is blank

bool equalComma char  c  ) 
 

Functor used to split a string.

Returns:
true if c is a comma

bool equalDollar char  c  ) 
 

Functor used to split a string.

Returns:
true if c is a dollar

bool equalDot char  c  ) 
 

Functor used to split a string.

Returns:
true if c is a dot

bool equalEndOfLine char  c  ) 
 

Functor used to split a string.

Returns:
true if c is a end of line caracter

bool equalPathSeparator char  c  ) 
 

Functor used to split a string.

Returns:
true if c is a path separator ('/')


Generated on Wed Jul 4 15:27:21 2007 for libSpm by  doxygen 1.4.6