common.h File Reference

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

Go to the source code of this file.

Classes

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 Sat Mar 21 17:00:14 2009 for libSpm by  doxygen 1.5.2