Tanl Linguistic Pipeline |
A PatternSet contains a set of shell wildcard patterns. More...
#include <PatternSet.h>
Classes | |
class | pattern_match |
Public Types | |
typedef unordered_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) |
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.