|
|
|
|
|
Classes | |
| class | PatternException |
| Exception thrown by the Pattern constructor. More... | |
| class | Pattern |
| Facade for the shwild C API. More... | |
Typedefs | |
| typedef shwild_slice_t | shwild::slice_t |
| C++ synonym for shwild_slice_t. | |
Functions | |
| int | shwild::match (char const *pattern, char const *string, unsigned flags=0) |
| C++ overload synonym for shwild_match(). | |
| int | shwild::compile_pattern (char const *pattern, unsigned flags, shwild_handle_t *phCompiledPattern) |
| C++ overload synonym for shwild_compile_pattern(). | |
| int | shwild::match_pattern (shwild_handle_t hCompiledPattern, char const *string) |
| C++ overload synonym for shwild_match_pattern(). | |
| void | shwild::destroy_pattern (shwild_handle_t hCompiledPattern) |
| C++ overload synonym for shwild_destroy_pattern(). | |
|
|
C++ synonym for shwild_slice_t.
|
|
||||||||||||||||
|
C++ overload synonym for shwild_compile_pattern().
|
|
|
C++ overload synonym for shwild_destroy_pattern().
|
|
||||||||||||||||
|
C++ overload synonym for shwild_match().
|
|
||||||||||||
|
C++ overload synonym for shwild_match_pattern().
|
|
|
|
| shwild Library documentation © Matthew Wilson and Sean Kelly, 2004-2006 |
|