IXE::PatternSet Class Reference
[Configuration]
A
PatternSet contains a set of shell wildcard patterns.
More...
#include <PatternSet.h>
List of all members.
|
Classes |
| class | pattern_match |
Public Types |
|
typedef hash_set< char const * > | Set |
|
typedef Set::key_type | key_type |
|
typedef Set::value_type | value_type |
|
typedef Set::iterator | iterator |
|
typedef Set::const_iterator | const_iterator |
Public Member Functions |
|
iterator | find (char const *file_name) |
|
const_iterator | find (char const *file_name) const |
|
bool | matches (char const *file_name) const |
|
void | insert (value_type const &n) |
|
void | insert (value_type const &s, size_t n) |
Detailed Description
A
PatternSet contains a set of shell wildcard patterns.
SEE ALSO
International Standards Organization. "ISO/IEC 9945-2: Information Technology -- Portable Operating System Interface (POSIX) -- Part 2: Shell and Utilities," 1993.
Definition at line 70 of file PatternSet.h.
The documentation for this class was generated from the following file: