#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. | |
| bool equalBlank | ( | char | c | ) |
Functor used to split a string.
| bool equalComma | ( | char | c | ) |
Functor used to split a string.
| bool equalDollar | ( | char | c | ) |
Functor used to split a string.
| bool equalDot | ( | char | c | ) |
Functor used to split a string.
| bool equalEndOfLine | ( | char | c | ) |
Functor used to split a string.
| bool equalPathSeparator | ( | char | c | ) |
Functor used to split a string.
1.5.2