bes  Updated for version 3.20.10
internal::GenericRegexSearch< BESRegexType, Allocator > Class Template Reference
Collaboration diagram for internal::GenericRegexSearch< BESRegexType, Allocator >:
Collaboration graph

Public Types

typedef Encoding::Ch Ch
 
typedef BESRegexType::EncodingType Encoding
 

Public Member Functions

 GenericRegexSearch (const BESRegexType &regex, Allocator *allocator=0)
 
bool Match (const Ch *s)
 
template<typename InputStream >
bool Match (InputStream &is)
 
bool Search (const Ch *s)
 
template<typename InputStream >
bool Search (InputStream &is)
 

Detailed Description

template<typename BESRegexType, typename Allocator = CrtAllocator>
class internal::GenericRegexSearch< BESRegexType, Allocator >

Definition at line 606 of file regex.h.


The documentation for this class was generated from the following file: