strusBase  0.17
Public Member Functions | Public Attributes | List of all members
strus::RegexSearch::Match Struct Reference

#include <regex.hpp>

Public Member Functions

 Match ()
 
 Match (int pos_, int len_)
 
 Match (const Match &o)
 
Matchoperator= (const Match &o)
 
bool valid () const
 

Public Attributes

int pos
 offset of the match in bytes from the start of the search or -1 if not found More...
 
int len
 length of the match in bytes More...
 

Constructor & Destructor Documentation

strus::RegexSearch::Match::Match ( )
inline
strus::RegexSearch::Match::Match ( int  pos_,
int  len_ 
)
inline
strus::RegexSearch::Match::Match ( const Match o)
inline

Member Function Documentation

Match& strus::RegexSearch::Match::operator= ( const Match o)
inline
bool strus::RegexSearch::Match::valid ( ) const
inline

Member Data Documentation

int strus::RegexSearch::Match::len

length of the match in bytes

int strus::RegexSearch::Match::pos

offset of the match in bytes from the start of the search or -1 if not found


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