|
Wire Sysio Wire Sysion 1.0.0
|
#include <regex.h>
Public Types | |
| typedef RegexType::EncodingType | Encoding |
| typedef Encoding::Ch | Ch |
Public Member Functions | |
| GenericRegexSearch (const RegexType ®ex, Allocator *allocator=0) | |
| ~GenericRegexSearch () | |
| template<typename InputStream > | |
| bool | Match (InputStream &is) |
| bool | Match (const Ch *s) |
| template<typename InputStream > | |
| bool | Search (InputStream &is) |
| bool | Search (const Ch *s) |
| Encoding::Ch internal::GenericRegexSearch< RegexType, Allocator >::Ch |
| RegexType::EncodingType internal::GenericRegexSearch< RegexType, Allocator >::Encoding |
|
inline |
Definition at line 612 of file regex.h.
|
inline |
Definition at line 624 of file regex.h.
|
inline |
|
inline |
|
inline |
|
inline |