xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
edist_seq< CHR > Struct Template Reference

Public Member Functions

 edist_seq (const CHR *ptr_, int len_)
 

Public Attributes

const CHR * ptr
 
int len
 

Detailed Description

template<class CHR>
struct edist_seq< CHR >

Definition at line 42 of file editdistance.cc.

Constructor & Destructor Documentation

◆ edist_seq()

template<class CHR>
edist_seq< CHR >::edist_seq ( const CHR *  ptr_,
int  len_ 
)
inline

Definition at line 43 of file editdistance.cc.

Member Data Documentation

◆ len

template<class CHR>
int edist_seq< CHR >::len

Definition at line 45 of file editdistance.cc.

Referenced by edist_state< CHR >::is_transposed().

◆ ptr

template<class CHR>
const CHR* edist_seq< CHR >::ptr

Definition at line 44 of file editdistance.cc.

Referenced by edist_state< CHR >::is_transposed().


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