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