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

Public Types

typedef Encoding::Ch Ch
 
typedef RegexType::EncodingType Encoding
 

Public Member Functions

 GenericRegexSearch (const RegexType &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 RegexType, typename Allocator = CrtAllocator>
class internal::GenericRegexSearch< RegexType, Allocator >

Definition at line 606 of file regex.h.


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